Information about plays

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

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

{
    "id": 1390626,
    "uri": "https://api.kexp.org/v2/plays/1390626/?format=api",
    "airdate": "2008-06-27T05:35:38-07:00",
    "show": 24270,
    "show_uri": "https://api.kexp.org/v2/shows/24270/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Threw a Wobbly",
    "track_id": "668b2aeb-a33f-4c5e-80bd-e3d7410214a6",
    "recording_id": null,
    "artist": "SJ Esau",
    "artist_ids": [
        "614dcc20-3971-4a4d-946c-a9a1e563bee5"
    ],
    "album": "Small Vessel",
    "release_id": "03bedf82-6b59-4c07-a259-eab55d0a4bce",
    "release_group_id": null,
    "labels": [
        "Anticon"
    ],
    "label_ids": [
        "bf92cf45-cea1-4837-996b-fd9384a5704c"
    ],
    "release_date": "2008-06-23",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}