Information about plays

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

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

{
    "id": 2680659,
    "uri": "https://api.kexp.org/v2/plays/2680659/?format=api",
    "airdate": "2020-01-01T03:47:10-08:00",
    "show": 46268,
    "show_uri": "https://api.kexp.org/v2/shows/46268/?format=api",
    "image_uri": "https://coverartarchive.org/release/f56fb909-d1dc-46f4-b0b7-cafed5fcd059/23293183349-250.jpg",
    "thumbnail_uri": "",
    "song": "Gone",
    "track_id": "f16c6661-ee69-444f-b4f5-42e4deb7f08c",
    "recording_id": null,
    "artist": "Charli XCX & Christine and the Queens",
    "artist_ids": [
        "260b6184-8828-48eb-945c-bc4cb6fc34ca"
    ],
    "album": "Charli",
    "release_id": "f56fb909-d1dc-46f4-b0b7-cafed5fcd059",
    "release_group_id": null,
    "labels": [
        "Asylum Records"
    ],
    "label_ids": [
        "a8bea33e-67af-424a-a734-898e2dc437ed"
    ],
    "release_date": "2019-09-03",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Live on KEXP: https://www.youtube.com/watch?v=0zP-8aexhow",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}