Information about plays

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

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

{
    "id": 371841,
    "uri": "https://api.kexp.org/v2/plays/371841/?format=api",
    "airdate": "2019-08-24T18:35:40-07:00",
    "show": 6194,
    "show_uri": "https://api.kexp.org/v2/shows/6194/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Awkward Waltz",
    "track_id": "cefed9c1-2282-442d-a39d-916eb4019e34",
    "recording_id": null,
    "artist": "Acapulco Lips",
    "artist_ids": [
        "161f6179-7ccf-425f-89de-8c40f98eb4b0"
    ],
    "album": "Acapulco Lips",
    "release_id": "4f7f4c75-a07c-40b6-964f-1e151ed3b16b",
    "release_group_id": null,
    "labels": [
        "Killroom Records"
    ],
    "label_ids": [
        "48a387e0-1253-4912-9245-8e40024447b7"
    ],
    "release_date": "2016-04-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}