Information about plays

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

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

{
    "id": 1387367,
    "uri": "https://api.kexp.org/v2/plays/1387367/?format=api",
    "airdate": "2008-06-19T03:47:19-07:00",
    "show": 24218,
    "show_uri": "https://api.kexp.org/v2/shows/24218/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sandman",
    "track_id": "f302e669-7e24-4c40-ab47-fde1a509d732",
    "recording_id": null,
    "artist": "Sandpeople",
    "artist_ids": [
        "73e5e8d4-f58b-49cd-ba5f-67103c61290a"
    ],
    "album": "Honest Racket",
    "release_id": "357f68cf-d520-43d3-8063-65392e7b6cdf",
    "release_group_id": null,
    "labels": [
        "Sandpeople Music"
    ],
    "label_ids": [
        "1ea91772-8ecf-47e9-ae38-bc945b17b563"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}