Information about plays

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

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

{
    "id": 349994,
    "uri": "https://api.kexp.org/v2/plays/349994/?format=api",
    "airdate": "2019-07-04T10:26:24-07:00",
    "show": 5830,
    "show_uri": "https://api.kexp.org/v2/shows/5830/?format=api",
    "image_uri": "http://coverartarchive.org/release/f05b59f2-edc1-4c33-8dc9-795ace7f1c3e/9715816235-250.jpg",
    "thumbnail_uri": "",
    "song": "Redemption Song",
    "track_id": "b78fd3d1-feb4-3755-b6b2-ee0c9e91576e",
    "recording_id": null,
    "artist": "Bob Marley & The Wailers",
    "artist_ids": [
        "c296e10c-110a-4103-9e77-47bfebb7fb2e"
    ],
    "album": "Uprising",
    "release_id": "f05b59f2-edc1-4c33-8dc9-795ace7f1c3e",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2001-07-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}