Information about plays

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

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

{
    "id": 372879,
    "uri": "https://api.kexp.org/v2/plays/372879/?format=api",
    "airdate": "2019-08-27T07:24:00-07:00",
    "show": 6213,
    "show_uri": "https://api.kexp.org/v2/shows/6213/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tuesday Morning",
    "track_id": "919734a7-2946-3e81-9bc0-73c245440ee7",
    "recording_id": null,
    "artist": "The Pogues",
    "artist_ids": [
        "d41a6875-b626-4c0f-89a1-aecb643d29ff"
    ],
    "album": "Tuesday Morning",
    "release_id": "4c3d3f32-19d5-4c8c-bdf9-0f91250f0155",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "We've already finished a pot of coffee...must be Tuesday.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}