Information about plays

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

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

{
    "id": 347223,
    "uri": "https://api.kexp.org/v2/plays/347223/?format=api",
    "airdate": "2019-06-28T00:44:02-07:00",
    "show": 5782,
    "show_uri": "https://api.kexp.org/v2/shows/5782/?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": "Allah-Las are performing LIVE at HUICHICA MUSIC FESTIVAL (pronounced WAH-CHEE-KA) in Walla, Walla, WA on September 13 https://wallawalla.huichica.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}