Information about plays

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

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

{
    "id": 2675847,
    "uri": "https://api.kexp.org/v2/plays/2675847/?format=api",
    "airdate": "2019-12-20T08:14:16-08:00",
    "show": 46185,
    "show_uri": "https://api.kexp.org/v2/shows/46185/?format=api",
    "image_uri": "https://coverartarchive.org/release/fcb2858e-81e4-456f-a59e-d0d2e1b9919e/7135784939-250.jpg",
    "thumbnail_uri": "",
    "song": "Changing the Rain",
    "track_id": "e86f867e-094b-3db5-bc44-4e83b8904ff0",
    "recording_id": null,
    "artist": "The Horrors",
    "artist_ids": [
        "00467da8-2a92-498f-8b10-a80889bcded7"
    ],
    "album": "Skying",
    "release_id": "fcb2858e-81e4-456f-a59e-d0d2e1b9919e",
    "release_group_id": null,
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2011-07-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Number 31.  \"Skying\" was British band The Horrors' third album and was released on July 11th, 2011. Enjoy a long review from The Quietus here: https://thequietus.com/articles/06561-the-horrors-skying-review  Incidentally, The Horrors were live in the KEXP studio last year: https://www.youtube.com/watch?v=d2lJxNLzbQA&t=306s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}