Information about plays

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

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

{
    "id": 2682477,
    "uri": "https://api.kexp.org/v2/plays/2682477/?format=api",
    "airdate": "2020-01-05T13:20:01-08:00",
    "show": 46300,
    "show_uri": "https://api.kexp.org/v2/shows/46300/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Empty Vessels",
    "track_id": "3372c7b8-3c23-4036-85a0-cff42235e70c",
    "recording_id": null,
    "artist": "DeVotchKa",
    "artist_ids": [
        "a66cc38c-e6cd-4725-a8fd-7d32b998347f"
    ],
    "album": "This Night Falls Forever",
    "release_id": "f11cb99a-b8e4-4aec-aa8a-a563b60a8391",
    "release_group_id": null,
    "labels": [
        "Concord Records"
    ],
    "label_ids": [
        "c5f3bc66-5e1e-47bf-8737-46612304aca6"
    ],
    "release_date": "2018-08-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Devotchka were the headliner for last month's SMooCH benefit concert. This event raised over $3.6 million to help Children's Hospital's uncompensated care fund. https://smoochforkids.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}