Information about plays

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

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

{
    "id": 379924,
    "uri": "https://api.kexp.org/v2/plays/379924/?format=api",
    "airdate": "2019-09-12T08:22:00-07:00",
    "show": 6322,
    "show_uri": "https://api.kexp.org/v2/shows/6322/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fashion",
    "track_id": "d6eb2da4-0fc2-4309-87c8-6ac704703b06",
    "recording_id": null,
    "artist": "David Bowie",
    "artist_ids": [
        "5441c29d-3602-4898-b1a1-b77fa23b8e50"
    ],
    "album": "Scary Monsters... and Super Creeps",
    "release_id": "d09af2f1-6880-4e8c-a357-a74052d5c02e",
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [],
    "release_date": "1980-09-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "1980 video from Bowie that MTV was able to add in rotation by the time of their launch in August 1981: https://www.youtube.com/watch?v=F-z6u5hFgPk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}