Information about plays

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

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

{
    "id": 1070582,
    "uri": "https://api.kexp.org/v2/plays/1070582/?format=api",
    "airdate": "2006-03-22T18:31:08-08:00",
    "show": 18809,
    "show_uri": "https://api.kexp.org/v2/shows/18809/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Heard That Lonesome Whistle",
    "track_id": "306a68c8-7fdb-4f0b-b150-ea52a60691f4",
    "recording_id": null,
    "artist": "Bob Dylan",
    "artist_ids": [
        "72c536dc-7137-4477-a521-567eeb840fa8"
    ],
    "album": "The Genuine Never Ending Tour Covers Collection 1988-2000 (disc 1: Rehearsing on Stage)",
    "release_id": "f4ae7ef5-92b8-456d-b1e8-350ac0945d5b",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2001-12-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}