Information about plays

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

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

{
    "id": 343610,
    "uri": "https://api.kexp.org/v2/plays/343610/?format=api",
    "airdate": "2019-06-19T18:38:40-07:00",
    "show": 5727,
    "show_uri": "https://api.kexp.org/v2/shows/5727/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Junker’s Blues",
    "track_id": "01b0d8cf-1fee-3b22-9bca-82abc77a5ee6",
    "recording_id": null,
    "artist": "Champion Jack Dupree",
    "artist_ids": [
        "5849fa32-0283-4204-9d1b-507cfaf9d4a2"
    ],
    "album": "Blues from the Gutter",
    "release_id": "8e0bbb5f-6edd-3fdf-b067-d31046516d3e",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [],
    "release_date": "1958-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dupree had recorded the old Willie Hall-penned tune “Junker Blues” in 1940 (and is frequently credited with writing it), then he wrote this version and recorded it for this 1958 record ; the album was recorded in New York and produced by Jerry Wexler, with Larry Dale on guitar",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}