Information about plays

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

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

{
    "id": 353774,
    "uri": "https://api.kexp.org/v2/plays/353774/?format=api",
    "airdate": "2019-07-13T05:27:00-07:00",
    "show": 5892,
    "show_uri": "https://api.kexp.org/v2/shows/5892/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Gay Sex",
    "track_id": "f28e1b8c-8e24-4b3b-bd2e-500428d353e3",
    "recording_id": null,
    "artist": "Be Steadwell",
    "artist_ids": [
        "7feedc70-b241-4830-8715-7908f8df2132"
    ],
    "album": "Queer Love Songs",
    "release_id": "e977407b-27b5-4dea-946f-106eadd89b40",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [],
    "release_date": "2018-05-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}