Information about plays

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

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

{
    "id": 1364259,
    "uri": "https://api.kexp.org/v2/plays/1364259/?format=api",
    "airdate": "2008-04-19T21:44:35-07:00",
    "show": 23820,
    "show_uri": "https://api.kexp.org/v2/shows/23820/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21hLfkNl0oL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21hLfkNl0oL._SL75_.jpg",
    "song": "Tonight! She's Dead",
    "track_id": null,
    "recording_id": null,
    "artist": "Lover!",
    "artist_ids": [
        "e7501811-8146-44e9-a894-7861d90bb710"
    ],
    "album": "The Lover Speaks",
    "release_id": "374bc0fc-0e69-486d-a61f-4928e2511512",
    "release_group_id": null,
    "labels": [
        "Empty Records"
    ],
    "label_ids": [
        "268105e8-931e-42db-8f17-d2c0d0945a6e"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}