Information about plays

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

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

{
    "id": 468817,
    "uri": "https://api.kexp.org/v2/plays/468817/?format=api",
    "airdate": "2001-09-22T11:36:00-07:00",
    "show": 7976,
    "show_uri": "https://api.kexp.org/v2/shows/7976/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "James Bond",
    "track_id": "13382d5b-18e0-4e49-8ca4-ccd566f22fdb",
    "recording_id": null,
    "artist": "Roland Alphonso",
    "artist_ids": [
        "dc340029-a165-4139-a80e-e1cae33b37b9"
    ],
    "album": "Intensified! Original Ska 1962-66",
    "release_id": "f7577f28-2942-4ecf-a590-5e8f206de534",
    "release_group_id": null,
    "labels": [
        "Studio One / Heartbeat"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}