Information about plays

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

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

{
    "id": 417677,
    "uri": "https://api.kexp.org/v2/plays/417677/?format=api",
    "airdate": "2001-04-24T07:25:42-07:00",
    "show": 6976,
    "show_uri": "https://api.kexp.org/v2/shows/6976/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51MYDWEC2VL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51MYDWEC2VL._SL75_.jpg",
    "song": "Leave Them All Behind",
    "track_id": null,
    "recording_id": null,
    "artist": "Ride",
    "artist_ids": [
        "3f575ecd-627d-4f08-a89f-abd46d469c7e"
    ],
    "album": "Going Blank Again",
    "release_id": "098bd485-25d5-4718-8034-2f74ba8dac84",
    "release_group_id": null,
    "labels": [
        "Sire"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}