Information about plays

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

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

{
    "id": 343471,
    "uri": "https://api.kexp.org/v2/plays/343471/?format=api",
    "airdate": "2019-06-19T13:47:00-07:00",
    "show": 5725,
    "show_uri": "https://api.kexp.org/v2/shows/5725/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Come to Mary",
    "track_id": "6fa7df03-47ec-4324-b388-d685c1830fdf",
    "recording_id": null,
    "artist": "Jesse Sykes & The Sweet Hereafter",
    "artist_ids": [
        "254b5419-1819-49c9-abcf-6e9b8210ebf4"
    ],
    "album": "Marble Son",
    "release_id": "dd622557-5bba-4b09-b309-162071ee5601",
    "release_group_id": null,
    "labels": [
        "Station Grey"
    ],
    "label_ids": [],
    "release_date": "2011-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}