Information about plays

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

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

{
    "id": 418869,
    "uri": "https://api.kexp.org/v2/plays/418869/?format=api",
    "airdate": "2001-04-27T16:56:15-07:00",
    "show": 6998,
    "show_uri": "https://api.kexp.org/v2/shows/6998/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Afterglow",
    "track_id": "fc56e3bc-84fb-496f-88b7-13a2028663df",
    "recording_id": null,
    "artist": "Matt Jorgensen + 451",
    "artist_ids": [
        "9dfc2897-0d4a-4da8-a6e9-1d80da66fd29"
    ],
    "album": "The Road Begins Here",
    "release_id": "f3c1f4c3-0b22-4499-a039-6bd64b0cc018",
    "release_group_id": null,
    "labels": [
        "Origin"
    ],
    "label_ids": [
        "c1eab710-30ad-44b9-ab7a-fdc084a50af4"
    ],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}