Information about plays

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

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

{
    "id": 1256789,
    "uri": "https://api.kexp.org/v2/plays/1256789/?format=api",
    "airdate": "2007-07-20T02:39:05-07:00",
    "show": 22009,
    "show_uri": "https://api.kexp.org/v2/shows/22009/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51ZMZfucJwL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51ZMZfucJwL._SL75_.jpg",
    "song": "Seems Like Home to Me",
    "track_id": "8994094e-1222-41ae-8f50-52b5b993eb29",
    "recording_id": null,
    "artist": "Two Gallants",
    "artist_ids": [
        "7095f4e4-1f60-4098-a4ad-8fc451a8ee76"
    ],
    "album": "The Scenery of Farewell",
    "release_id": "6bc66b5e-6fd8-416c-a15b-7d7201fa0a72",
    "release_group_id": null,
    "labels": [
        "Saddle Creek Europe"
    ],
    "label_ids": [
        "8b722ca8-5341-48f2-bba6-bbb0a1adcacc"
    ],
    "release_date": "2007-06-04",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}