Information about plays

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

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

{
    "id": 1256967,
    "uri": "https://api.kexp.org/v2/plays/1256967/?format=api",
    "airdate": "2007-07-20T13:35:17-07:00",
    "show": 22011,
    "show_uri": "https://api.kexp.org/v2/shows/22011/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/6160EG3X1JL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/6160EG3X1JL._SL75_.jpg",
    "song": "You Are Not Gotten Here",
    "track_id": null,
    "recording_id": null,
    "artist": "Jesse Sykes and The Sweet Hereafter",
    "artist_ids": [
        "254b5419-1819-49c9-abcf-6e9b8210ebf4"
    ],
    "album": "Oh, My Girl",
    "release_id": "bf259b5b-078b-4f5a-b969-188b1808e296",
    "release_group_id": null,
    "labels": [
        "Barsuk Records"
    ],
    "label_ids": [
        "a4f904e0-f048-4c13-88ec-f9f31f3e6109"
    ],
    "release_date": "2004-06-08",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}