Information about plays

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

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

{
    "id": 343852,
    "uri": "https://api.kexp.org/v2/plays/343852/?format=api",
    "airdate": "2019-06-20T08:31:02-07:00",
    "show": 5730,
    "show_uri": "https://api.kexp.org/v2/shows/5730/?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": "The first single released off They Might Be Giants third album, <i>Flood</i>. Watch the video for \"Birdhouse In Your Soul\" here: https://www.youtube.com/watch?v=NhjSzjoU7OQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}