Information about plays

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

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

{
    "id": 2680394,
    "uri": "https://api.kexp.org/v2/plays/2680394/?format=api",
    "airdate": "2019-12-31T12:06:36-08:00",
    "show": 46264,
    "show_uri": "https://api.kexp.org/v2/shows/46264/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sharp",
    "track_id": "f90dab3c-0c5a-4005-a873-8e08d660e9d2",
    "recording_id": null,
    "artist": "Absolute Monarchs",
    "artist_ids": [
        "7601b530-d772-4dd8-b7f0-5754454a57c9"
    ],
    "album": "1",
    "release_id": "13280e9a-6b8d-40d7-8052-adc3b9394f5f",
    "release_group_id": null,
    "labels": [
        "Good to Die Records"
    ],
    "label_ids": [
        "e3b3d26d-58ed-46cc-85f0-fdee3b0b3498"
    ],
    "release_date": "2012-04-17",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "See Seattle band Absolute Monarchs performing live from Barboza during the Capitol Hill Block Party in  2012.: https://www.youtube.com/watch?v=VZE1ALI5vjY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}