Information about plays

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

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

{
    "id": 382643,
    "uri": "https://api.kexp.org/v2/plays/382643/?format=api",
    "airdate": "2019-09-18T20:14:06-07:00",
    "show": 6367,
    "show_uri": "https://api.kexp.org/v2/shows/6367/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Higer Rock",
    "track_id": "04194da4-7ee9-4cda-ba15-6ad369c0614c",
    "recording_id": null,
    "artist": "Martha Scanlan",
    "artist_ids": [
        "5fc470b5-e248-400f-bf63-1a10b5964544"
    ],
    "album": "The River And The Light",
    "release_id": "bcfeb8f1-a488-40ba-9487-ed9fea12262d",
    "release_group_id": null,
    "labels": [
        "Rock Ridge Music"
    ],
    "label_ids": [
        "0480b5a9-881b-481c-8ef7-2643f569c876"
    ],
    "release_date": "2018-10-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song live in 2003 with her band at the time, Reeltime Travelers: https://www.youtube.com/watch?v=IPYxDA22zcw ; https://thebluegrasssituation.com/read/martha-scanlan-explores-the-depths-of-the-river-and-the-light ; https://www.marthascanlan.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}