Information about plays

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

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

{
    "id": 380012,
    "uri": "https://api.kexp.org/v2/plays/380012/?format=api",
    "airdate": "2019-09-12T13:35:58-07:00",
    "show": 6323,
    "show_uri": "https://api.kexp.org/v2/shows/6323/?format=api",
    "image_uri": "http://coverartarchive.org/release/cda05548-647b-47a3-b9a1-af8d71aa833d/17556203357-250.jpg",
    "thumbnail_uri": "",
    "song": "Tinseltown Swimming in Blood",
    "track_id": "619901b5-866b-4a24-82c7-2a9c6bdddbad",
    "recording_id": null,
    "artist": "Destroyer",
    "artist_ids": [
        "61604b45-8a91-4e33-a1b6-45d7b1fec4e5"
    ],
    "album": "ken",
    "release_id": "cda05548-647b-47a3-b9a1-af8d71aa833d",
    "release_group_id": null,
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2017-10-20",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Destroyer played this song when they stopped by the KEXP studio in February 2018. Watch the full performance here: https://www.youtube.com/watch?v=HgZELuZeB2E",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}