Information about plays

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

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

{
    "id": 2677224,
    "uri": "https://api.kexp.org/v2/plays/2677224/?format=api",
    "airdate": "2019-12-23T17:50:16-08:00",
    "show": 46211,
    "show_uri": "https://api.kexp.org/v2/shows/46211/?format=api",
    "image_uri": "https://coverartarchive.org/release/f56fb909-d1dc-46f4-b0b7-cafed5fcd059/23293183349-250.jpg",
    "thumbnail_uri": "",
    "song": "Official",
    "track_id": "ced0fd98-8a3b-49ea-a149-351fdad26cc8",
    "recording_id": null,
    "artist": "Charli XCX",
    "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": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sometimes, I get a bit TMI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}