Information about plays

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

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

{
    "id": 343444,
    "uri": "https://api.kexp.org/v2/plays/343444/?format=api",
    "airdate": "2019-06-19T12:15:15-07:00",
    "show": 5725,
    "show_uri": "https://api.kexp.org/v2/shows/5725/?format=api",
    "image_uri": "http://coverartarchive.org/release/499973e2-6a8c-4f52-bc58-c4e1e90bd759/17976286567-250.jpg",
    "thumbnail_uri": "",
    "song": "Baby Blue",
    "track_id": "d7f66aeb-3300-4b3d-9453-6407bcfbc8ae",
    "recording_id": null,
    "artist": "Wolf Parade",
    "artist_ids": [
        "b7ddce8b-9e5c-46bd-9d33-41b134ce1a7f"
    ],
    "album": "Cry Cry Cry",
    "release_id": "499973e2-6a8c-4f52-bc58-c4e1e90bd759",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2017-10-06",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "2019 KEXP and Seattle Center Concerts at the Mural: Wolf Parade, DUMB, and Jock Tears\nMural Amphitheater in Seattle Center. Fri. Aug. 2 at 5pm on the lawn of the Mural Amphitheater at Seattle Center. Free and All Ages with a 21+ Beer Garden https://www.kexp.org/events/kexp-events/2019/8/2/?t=1560971885234",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}