Information about plays

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

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

{
    "id": 2681891,
    "uri": "https://api.kexp.org/v2/plays/2681891/?format=api",
    "airdate": "2020-01-04T03:33:00-08:00",
    "show": 46287,
    "show_uri": "https://api.kexp.org/v2/shows/46287/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Patriot Act",
    "track_id": "125e37e6-6ef6-34a4-9cef-64e08b300896",
    "recording_id": null,
    "artist": "Denizen Kane",
    "artist_ids": [
        "9b97634a-05c2-42fb-92db-fc85b96c7534"
    ],
    "album": "Tree City Legends, Volume II",
    "release_id": "a84f12c8-589b-4dfe-87fa-00acaa47a8ac",
    "release_group_id": null,
    "labels": [
        "Galapagos4"
    ],
    "label_ids": [],
    "release_date": "2006-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}