Information about plays

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

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

{
    "id": 379508,
    "uri": "https://api.kexp.org/v2/plays/379508/?format=api",
    "airdate": "2019-09-11T10:16:57-07:00",
    "show": 6318,
    "show_uri": "https://api.kexp.org/v2/shows/6318/?format=api",
    "image_uri": "http://coverartarchive.org/release/1a83ee78-f488-4164-a707-dfb20ee7a20a/22880144842-250.jpg",
    "thumbnail_uri": "",
    "song": "The City",
    "track_id": "4a1aa3ac-e747-4acf-afdc-d24ba359513a",
    "recording_id": null,
    "artist": "Adia Victoria",
    "artist_ids": [
        "7b1252da-a5e6-49db-9ca8-1d3045d8dc2c"
    ],
    "album": "Silences",
    "release_id": "1a83ee78-f488-4164-a707-dfb20ee7a20a",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2019-02-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out Adia Victoria's KEXP live in-studio performance here: https://bit.ly/2lQr9db",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}