Information about plays

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

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

{
    "id": 491008,
    "uri": "https://api.kexp.org/v2/plays/491008/?format=api",
    "airdate": "2001-11-27T22:00:00-08:00",
    "show": 8414,
    "show_uri": "https://api.kexp.org/v2/shows/8414/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "68",
    "track_id": "c126454c-1bb6-4db8-81df-bd4d62399da8",
    "recording_id": null,
    "artist": "Jawbox",
    "artist_ids": [
        "016fba14-1fc6-4986-86c2-2113ec9b28de"
    ],
    "album": "Savory +3",
    "release_id": "007133c7-84fa-4f06-a28c-da3ab95c0b03",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1994-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}