Information about plays

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

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

{
    "id": 1294369,
    "uri": "https://api.kexp.org/v2/plays/1294369/?format=api",
    "airdate": "2007-10-23T18:19:14-07:00",
    "show": 22646,
    "show_uri": "https://api.kexp.org/v2/shows/22646/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Alili",
    "track_id": null,
    "recording_id": null,
    "artist": "Fanfare Ciocărlia",
    "artist_ids": [
        "a98da524-e565-4d89-b729-17d5a5fe75e0"
    ],
    "album": "Nuit Tsigane: Gypsy Night At Le Divan Du Monde - Gaetano Fabri Remixes",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Crammed Discs"
    ],
    "label_ids": [
        "443fa1b0-3960-463f-9016-9845a9754b3e"
    ],
    "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"
}