Information about plays

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

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

{
    "id": 1354839,
    "uri": "https://api.kexp.org/v2/plays/1354839/?format=api",
    "airdate": "2008-03-27T06:38:28-07:00",
    "show": 23663,
    "show_uri": "https://api.kexp.org/v2/shows/23663/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/314E0A2EEZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/314E0A2EEZL._SL75_.jpg",
    "song": "Our Time",
    "track_id": null,
    "recording_id": null,
    "artist": "Yeah Yeah Yeahs  ",
    "artist_ids": [
        "584c04d2-4acc-491b-8a0a-e63133f4bfc4"
    ],
    "album": "Yeah Yeah Yeahs",
    "release_id": "aef7bf54-2081-4151-96e8-07b612704878",
    "release_group_id": null,
    "labels": [
        "Touch and Go Records"
    ],
    "label_ids": [
        "9a2cad26-48de-4e7c-97a5-354f52c6e027"
    ],
    "release_date": "2002-07-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}