Information about plays

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

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

{
    "id": 373719,
    "uri": "https://api.kexp.org/v2/plays/373719/?format=api",
    "airdate": "2019-08-28T22:35:59-07:00",
    "show": 6222,
    "show_uri": "https://api.kexp.org/v2/shows/6222/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lose This Skin",
    "track_id": "14a469e2-5e77-3d3e-b2a9-3c8c6359dc2a",
    "recording_id": null,
    "artist": "The Clash",
    "artist_ids": [
        "8f92558c-2baa-4758-8c38-615519e9deda"
    ],
    "album": "Sandinista!",
    "release_id": "bd75a130-7ee1-4b68-940b-592b5f21c605",
    "release_group_id": null,
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1980-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}