Information about plays

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

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

{
    "id": 344157,
    "uri": "https://api.kexp.org/v2/plays/344157/?format=api",
    "airdate": "2019-06-20T22:52:37-07:00",
    "show": 5734,
    "show_uri": "https://api.kexp.org/v2/shows/5734/?format=api",
    "image_uri": "http://coverartarchive.org/release/ff4da903-66d6-4178-b77f-10d65091ae1a/23073776078-250.jpg",
    "thumbnail_uri": "",
    "song": "Raspberry Jam",
    "track_id": "e72a4c43-ae24-4732-8492-76f3b98510b5",
    "recording_id": null,
    "artist": "Allah-Las",
    "artist_ids": [
        "cfd1fdcc-3c1d-4854-a500-31d96a6d5184"
    ],
    "album": "Self Discovery for Social Survival (Original Motion Picture Soundtrack)",
    "release_id": "ff4da903-66d6-4178-b77f-10d65091ae1a",
    "release_group_id": null,
    "labels": [
        "Kemado Records"
    ],
    "label_ids": [
        "f06d8dfc-c489-41e4-a68a-e24f6f9e8a70"
    ],
    "release_date": "2019-06-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Self Discovery for Social Survival is a collaborative film between record label Mexican Summer and Pilgrim Surf + Supply, a New York-based surf and outdoor brand.\n\nThe film is accompanied by an original soundtrack out June 14 on Mexican Summer, featuring music by Allah Las, Connan Mockasin, Andrew VanWyngarden (of MGMT) and Peaking Lights. Additional tracks by Dungen and Jefre Cantu-Ledesma.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}