Information about plays

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

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

{
    "id": 382856,
    "uri": "https://api.kexp.org/v2/plays/382856/?format=api",
    "airdate": "2019-09-19T07:05:11-07:00",
    "show": 6370,
    "show_uri": "https://api.kexp.org/v2/shows/6370/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Leave Me Alone",
    "track_id": "e2df4c28-1033-4054-9e9d-a05310691fd5",
    "recording_id": null,
    "artist": "Thurston Moore",
    "artist_ids": [
        "8ba48525-d922-42ee-9775-97b7b8f9712e"
    ],
    "album": "Pollination / Leave Me Alone",
    "release_id": "53ed914b-bee5-4c19-a376-a43ed8f6122d",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-11-08",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sonic Youth vocalist doing a cover of the 1983 song from New Order's 'Power, Corruptions & Lies' album",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}