Information about plays

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

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

{
    "id": 414458,
    "uri": "https://api.kexp.org/v2/plays/414458/?format=api",
    "airdate": "2001-03-04T15:00:00-08:00",
    "show": 6908,
    "show_uri": "https://api.kexp.org/v2/shows/6908/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Don't You Want Me?",
    "track_id": "50252121-15d0-41f7-bd0b-73922df4f772",
    "recording_id": null,
    "artist": "Future Bible Heroes",
    "artist_ids": [
        "16f13f40-b8f8-42c5-a52a-cf3763002095"
    ],
    "album": "Reproductions: Songs of the Human League",
    "release_id": "5c96fd27-c408-4a4a-b840-b78f1fd495e2",
    "release_group_id": null,
    "labels": [
        "March Records"
    ],
    "label_ids": [
        "0c344d0c-76e5-4976-ab72-51639dc6ab41"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}