Information about plays

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

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

{
    "id": 2678825,
    "uri": "https://api.kexp.org/v2/plays/2678825/?format=api",
    "airdate": "2019-12-27T16:23:41-08:00",
    "show": 46235,
    "show_uri": "https://api.kexp.org/v2/shows/46235/?format=api",
    "image_uri": "https://coverartarchive.org/release/c261806f-ed83-4c34-be9f-61607d5cd200/17533620134-250.jpg",
    "thumbnail_uri": "",
    "song": "Noisy",
    "track_id": "675e0a73-757b-4325-a4fb-4f923dd35b50",
    "recording_id": null,
    "artist": "Noga Erez",
    "artist_ids": [
        "06479724-ee7d-471e-a3d4-4554330a0293"
    ],
    "album": "Off the Radar",
    "release_id": "c261806f-ed83-4c34-be9f-61607d5cd200",
    "release_group_id": null,
    "labels": [
        "City Slang"
    ],
    "label_ids": [
        "82935ddb-a9d6-45a7-85e3-0b0add51fa1c"
    ],
    "release_date": "2017-06-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Noga Erez is a Tel Aviv-based singer-songwriter, multi-instrumentalist. She was the host of Midnight In A Perfect World back in 2017. Listen to her set here: https://www.kexp.org/read/2017/8/29/midnight-in-a-perfect-world-noga-erez/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}