Information about plays

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

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

{
    "id": 350280,
    "uri": "https://api.kexp.org/v2/plays/350280/?format=api",
    "airdate": "2019-07-05T02:21:34-07:00",
    "show": 5833,
    "show_uri": "https://api.kexp.org/v2/shows/5833/?format=api",
    "image_uri": "http://coverartarchive.org/release/76324eff-8fa7-4b6b-95ce-1ff1cb745ce0/12380145545-250.jpg",
    "thumbnail_uri": "",
    "song": "The Times They Are A‐Changin’",
    "track_id": "e0a23ead-1b16-4886-bf7f-1988c728c0f7",
    "recording_id": null,
    "artist": "Bob Dylan",
    "artist_ids": [
        "72c536dc-7137-4477-a521-567eeb840fa8"
    ],
    "album": "The Times They Are A-Changin'",
    "release_id": "76324eff-8fa7-4b6b-95ce-1ff1cb745ce0",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1989-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}