Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/1312620/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 1312620,
    "uri": "https://api.kexp.org/v2/plays/1312620/?format=api",
    "airdate": "2007-12-10T19:54:52-08:00",
    "show": 22959,
    "show_uri": "https://api.kexp.org/v2/shows/22959/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41ExW%2BEwLxL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41ExW%2BEwLxL._SL75_.jpg",
    "song": "Boya Iro Ni",
    "track_id": "378031c4-1e38-4b60-b6b5-c548bf39ace8",
    "recording_id": null,
    "artist": "Sola Akingbola",
    "artist_ids": [
        "aaba2457-1869-4282-8431-2806f0b66be5"
    ],
    "album": "Routes to Roots: Yoruba Drums From Nigeria",
    "release_id": "e0df74fe-410e-4797-80f1-f5d098d5e309",
    "release_group_id": null,
    "labels": [
        "ARC Music"
    ],
    "label_ids": [
        "6b2c4fa4-1a35-445a-a9e6-bd41ed3819b7"
    ],
    "release_date": "2007-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}