Information about plays

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

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

{
    "id": 376012,
    "uri": "https://api.kexp.org/v2/plays/376012/?format=api",
    "airdate": "2019-09-03T13:27:47-07:00",
    "show": 6261,
    "show_uri": "https://api.kexp.org/v2/shows/6261/?format=api",
    "image_uri": "http://coverartarchive.org/release/c2529d41-26b6-4751-979d-ae0b19ec91a9/3754509342-250.jpg",
    "thumbnail_uri": "",
    "song": "Love Fade",
    "track_id": "96f07126-97ab-3955-810d-c614265c99fb",
    "recording_id": null,
    "artist": "Tamaryn",
    "artist_ids": [
        "ec0b5da9-c023-45b7-b5ac-f53657a42938"
    ],
    "album": "The Waves",
    "release_id": "c2529d41-26b6-4751-979d-ae0b19ec91a9",
    "release_group_id": null,
    "labels": [
        "Mexican Summer"
    ],
    "label_ids": [
        "2c6049c6-7335-4d03-b264-234b314b03b5"
    ],
    "release_date": "2010-09-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tamaryn will be at The Clock-Out Lounge on Saturday, November 9th, 2019.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}