Information about plays

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

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

{
    "id": 419547,
    "uri": "https://api.kexp.org/v2/plays/419547/?format=api",
    "airdate": "2001-04-29T21:36:00-07:00",
    "show": 7015,
    "show_uri": "https://api.kexp.org/v2/shows/7015/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Our Disease Tera",
    "track_id": "b8f6dc7b-13ba-45dd-ab95-b90ebd2aa877",
    "recording_id": null,
    "artist": "Breakbeat Era",
    "artist_ids": [
        "cb4fa3f4-b383-4b0d-967d-b8e8c5d82998"
    ],
    "album": "Our Disease / Rancid",
    "release_id": "be201d78-f389-48f9-a883-fbeb214bd1ac",
    "release_group_id": null,
    "labels": [
        "XL"
    ],
    "label_ids": [],
    "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"
}