Information about plays

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

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

{
    "id": 415057,
    "uri": "https://api.kexp.org/v2/plays/415057/?format=api",
    "airdate": "2001-04-13T16:00:00-07:00",
    "show": 6922,
    "show_uri": "https://api.kexp.org/v2/shows/6922/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "There Ain't Anybody Else",
    "track_id": "21a2b1af-a3e1-4f1f-8b68-6eb50794e8ff",
    "recording_id": null,
    "artist": "The Heptones",
    "artist_ids": [
        "01bdd90c-59b7-4e18-8934-7db4ac00d094"
    ],
    "album": "Studio One Showcase, Volume 1",
    "release_id": "ecd9f95e-f980-4084-9fb6-4bc836d94290",
    "release_group_id": null,
    "labels": [
        "Heartbeat"
    ],
    "label_ids": [
        "bb7e051c-73b5-47c5-8cc9-254f6d8523d7"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}