Information about plays

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

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

{
    "id": 2678646,
    "uri": "https://api.kexp.org/v2/plays/2678646/?format=api",
    "airdate": "2019-12-27T04:18:20-08:00",
    "show": 46232,
    "show_uri": "https://api.kexp.org/v2/shows/46232/?format=api",
    "image_uri": "https://coverartarchive.org/release/f33899d7-3e87-4234-8b3b-1eebbadf21fd/21355534998-250.jpg",
    "thumbnail_uri": "",
    "song": "Lucid",
    "track_id": "e58909e2-d0a4-44b8-92ad-2a92f8a8db1d",
    "recording_id": null,
    "artist": "Kelly Lee Owens",
    "artist_ids": [
        "9d88eaab-f90a-4fbe-b84f-20da5518cd26"
    ],
    "album": "Kelly Lee Owens",
    "release_id": "f33899d7-3e87-4234-8b3b-1eebbadf21fd",
    "release_group_id": null,
    "labels": [
        "Smalltown Supersound"
    ],
    "label_ids": [
        "eb1029b4-8229-4169-ae99-07540aa2ba80"
    ],
    "release_date": "2017-03-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}