Information about plays

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

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

{
    "id": 345978,
    "uri": "https://api.kexp.org/v2/plays/345978/?format=api",
    "airdate": "2019-06-25T13:48:00-07:00",
    "show": 5768,
    "show_uri": "https://api.kexp.org/v2/shows/5768/?format=api",
    "image_uri": "http://coverartarchive.org/release/22f6cbf4-bc17-4e61-bee9-77f86134426c/8972699010-250.jpg",
    "thumbnail_uri": "",
    "song": "Birdhouse in Your Soul",
    "track_id": "4e44011a-d084-41a7-a817-0487299991e4",
    "recording_id": null,
    "artist": "They Might Be Giants",
    "artist_ids": [
        "183d6ef6-e161-47ff-9085-063c8b897e97"
    ],
    "album": "Flood",
    "release_id": "22f6cbf4-bc17-4e61-bee9-77f86134426c",
    "release_group_id": null,
    "labels": [
        "Elektra Entertainment"
    ],
    "label_ids": [
        "745f3292-03fe-44b5-babe-bc7eaa46a15d"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On They Might Be Giants' website, John Linnell says: \"'Birdhouse In Your Soul' is a song about a night light. That's it. It's written from the perspective of a night light serenading the occupant of its room. The thing is, there are so many syllables in the songs that we have to come up with something to fill the spaces. So it ends up being kind of Gilbert and Sullivany.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}