Information about plays

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

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

{
    "id": 377234,
    "uri": "https://api.kexp.org/v2/plays/377234/?format=api",
    "airdate": "2019-09-05T23:06:45-07:00",
    "show": 6276,
    "show_uri": "https://api.kexp.org/v2/shows/6276/?format=api",
    "image_uri": "http://coverartarchive.org/release/6ea2a0c6-102d-46cf-a578-3ff6919c43a1/23801253394-250.jpg",
    "thumbnail_uri": "",
    "song": "Anina",
    "track_id": "a3c9f03c-5318-468e-93fd-98e453195c3c",
    "recording_id": null,
    "artist": "Tinariwen",
    "artist_ids": [
        "5c98fc12-be83-4246-ae5b-2184192913b9"
    ],
    "album": "Amadjar",
    "release_id": "6ea2a0c6-102d-46cf-a578-3ff6919c43a1",
    "release_group_id": null,
    "labels": [
        "ANTI‐"
    ],
    "label_ids": [
        "5b8cf470-f162-4ee3-9b9f-77ff4ee0c601"
    ],
    "release_date": "2019-09-06",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The powerful melodies of Tinariwen have become the soundtrack for a whole generation of exiled Touareg youth living in Algeria and Libya.\n\nPerforming LIVE October 7th at Benaroya Hall.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}