Information about plays

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

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

{
    "id": 510658,
    "uri": "https://api.kexp.org/v2/plays/510658/?format=api",
    "airdate": "2002-01-25T06:09:00-08:00",
    "show": 8796,
    "show_uri": "https://api.kexp.org/v2/shows/8796/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21K0QCQBFVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21K0QCQBFVL._SL75_.jpg",
    "song": "Mr. Pharmacist",
    "track_id": "8a02bfc7-6a12-4016-96ea-2f26a7488a5d",
    "recording_id": null,
    "artist": "The Fall",
    "artist_ids": [
        "d5da1841-9bc8-4813-9f89-11098090148e"
    ],
    "album": "Bend Sinister",
    "release_id": "a628a69f-2091-4413-bb8f-29f2eaf4240f",
    "release_group_id": null,
    "labels": [
        "Beggars Banquet"
    ],
    "label_ids": [
        "5917da67-b605-4a08-a5a0-a6874501dda4"
    ],
    "release_date": "1986-09-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}