Information about plays

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

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

{
    "id": 351701,
    "uri": "https://api.kexp.org/v2/plays/351701/?format=api",
    "airdate": "2019-07-08T12:28:11-07:00",
    "show": 5861,
    "show_uri": "https://api.kexp.org/v2/shows/5861/?format=api",
    "image_uri": "http://coverartarchive.org/release/f1b83e8b-0488-4bd3-8435-061cfcaf9f4e/4785592733-250.jpg",
    "thumbnail_uri": "",
    "song": "Somebody’s Gotta Do It",
    "track_id": "34502c89-b338-3c30-ae38-d890e70323e4",
    "recording_id": null,
    "artist": "The Roots",
    "artist_ids": [
        "80b3cf5e-18fe-4c59-98c7-e5bb87210710"
    ],
    "album": "The Tipping Point",
    "release_id": "f1b83e8b-0488-4bd3-8435-061cfcaf9f4e",
    "release_group_id": null,
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "2004-07-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}