Information about plays

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

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

{
    "id": 2679091,
    "uri": "https://api.kexp.org/v2/plays/2679091/?format=api",
    "airdate": "2019-12-28T09:27:00-08:00",
    "show": 46241,
    "show_uri": "https://api.kexp.org/v2/shows/46241/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Roots Natty Roots",
    "track_id": "1598b1a0-0372-4fc0-b502-57af574d2a22",
    "recording_id": null,
    "artist": "The Gladiators",
    "artist_ids": [
        "563f1d7a-a566-4645-8d28-4696020347fb"
    ],
    "album": "Presenting The Gladiators (The Studio One Years 1968-1976)",
    "release_id": "957e50f7-7199-46f7-894c-c92508ca5d02",
    "release_group_id": null,
    "labels": [
        "Studio One"
    ],
    "label_ids": [],
    "release_date": "1977-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Gladiators, Albert Griffiths, Clinton Fearon and Gallimore Sutherland, were one of the first \"roots\" groups to break out internationally. They, like many others, launched their career at Studio One.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}