Information about plays

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

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

{
    "id": 352426,
    "uri": "https://api.kexp.org/v2/plays/352426/?format=api",
    "airdate": "2019-07-10T04:09:48-07:00",
    "show": 5873,
    "show_uri": "https://api.kexp.org/v2/shows/5873/?format=api",
    "image_uri": "http://coverartarchive.org/release/c7ffc065-d9ad-4be8-b95e-ce6e71b48a1c/23073885793-250.jpg",
    "thumbnail_uri": "",
    "song": "Must I Evolve?",
    "track_id": "449771e0-67db-42d4-a20d-cbb11c7d98b8",
    "recording_id": null,
    "artist": "JARV IS",
    "artist_ids": [
        "0567b700-f9ee-4759-9a1d-70283d6068c6"
    ],
    "album": "Must I Evolve?",
    "release_id": "c7ffc065-d9ad-4be8-b95e-ce6e71b48a1c",
    "release_group_id": null,
    "labels": [
        "Rough Trade"
    ],
    "label_ids": [
        "2276f06e-f65a-4d61-9dee-9f95ff4b775c"
    ],
    "release_date": "2019-05-15",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The latest edition to the Cocker canon, “Must I Evolve?” — released under his new nom de pop, Jarv Is… — is a hilarious distress call from a man left behind by life, love and history itself.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}