Information about plays

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

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

{
    "id": 2670640,
    "uri": "https://api.kexp.org/v2/plays/2670640/?format=api",
    "airdate": "2019-12-08T14:57:15-08:00",
    "show": 46103,
    "show_uri": "https://api.kexp.org/v2/shows/46103/?format=api",
    "image_uri": "https://coverartarchive.org/release/353533bc-3861-4ebb-a2eb-21399f530c8e/17553099662-250.jpg",
    "thumbnail_uri": "",
    "song": "Bones of Saints",
    "track_id": "d4e58962-d01e-4c9c-b8f5-3a482ae61054",
    "recording_id": null,
    "artist": "Robert Plant",
    "artist_ids": [
        "bd53f9a7-8be9-46b0-bf7d-1deea3cb57bc"
    ],
    "album": "Carry Fire",
    "release_id": "353533bc-3861-4ebb-a2eb-21399f530c8e",
    "release_group_id": null,
    "labels": [
        "Nonesuch"
    ],
    "label_ids": [
        "c69cac59-f512-4edc-ab2c-d04c22dbce20"
    ],
    "release_date": "2017-10-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Thanks for listening. Stay tuned, Evie is up next!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}