Information about plays

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

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

{
    "id": 377474,
    "uri": "https://api.kexp.org/v2/plays/377474/?format=api",
    "airdate": "2019-09-06T13:07:37-07:00",
    "show": 6281,
    "show_uri": "https://api.kexp.org/v2/shows/6281/?format=api",
    "image_uri": "http://coverartarchive.org/release/3c10f5a3-009d-4abc-b626-0c188c7bdd87/11479399470-250.jpg",
    "thumbnail_uri": "",
    "song": "Cranekiss",
    "track_id": "43346efc-d82f-45e2-9f15-41173e603bc9",
    "recording_id": null,
    "artist": "Tamaryn",
    "artist_ids": [
        "ec0b5da9-c023-45b7-b5ac-f53657a42938"
    ],
    "album": "Cranekiss",
    "release_id": "3c10f5a3-009d-4abc-b626-0c188c7bdd87",
    "release_group_id": null,
    "labels": [
        "Mexican Summer"
    ],
    "label_ids": [
        "2c6049c6-7335-4d03-b264-234b314b03b5"
    ],
    "release_date": "2015-08-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tamaryn plays Seattle's Clock-Out Lounge on Saturday, November 9.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}