Information about plays

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

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

{
    "id": 353873,
    "uri": "https://api.kexp.org/v2/plays/353873/?format=api",
    "airdate": "2019-07-13T13:25:13-07:00",
    "show": 5897,
    "show_uri": "https://api.kexp.org/v2/shows/5897/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Step On",
    "track_id": "ce4da63f-6976-40ed-b298-2f5119ec4ead",
    "recording_id": null,
    "artist": "Lusine feat. CIFIKA",
    "artist_ids": [
        "15313daf-b042-420d-8bd1-8b41b831b164"
    ],
    "album": "Retrace EP",
    "release_id": "69bdd403-f167-4f09-8d63-bde71bf23cfc",
    "release_group_id": null,
    "labels": [
        "Ghostly International"
    ],
    "label_ids": [
        "c981d5d0-1109-47ff-addf-18eeb81b3717"
    ],
    "release_date": "2019-07-12",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}