Information about plays

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

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

{
    "id": 370794,
    "uri": "https://api.kexp.org/v2/plays/370794/?format=api",
    "airdate": "2019-08-22T10:28:00-07:00",
    "show": 6178,
    "show_uri": "https://api.kexp.org/v2/shows/6178/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Struggling Man (album version)",
    "track_id": null,
    "recording_id": null,
    "artist": "Jimmy Cliff",
    "artist_ids": [
        "2caa54a7-b08c-41da-b892-3a41abe778be"
    ],
    "album": "Anthology",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Hip‐O Records"
    ],
    "label_ids": [],
    "release_date": "2003-07-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "James Chambers, known professionally as Jimmy Cliff, is a Jamaican ska and reggae musician, multi-instrumentalist, singer, and actor. Along with Bunny Wailer he is one of only two living musicians to hold the Order of Merit, the highest honour that can be granted by the Jamaican government for achievements in the arts and sciences.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}