Information about plays

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

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

{
    "id": 2681449,
    "uri": "https://api.kexp.org/v2/plays/2681449/?format=api",
    "airdate": "2020-01-03T01:30:29-08:00",
    "show": 46281,
    "show_uri": "https://api.kexp.org/v2/shows/46281/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Snö-Golem",
    "track_id": "b4671f17-14b8-43a0-9bb2-6712e783bf6b",
    "recording_id": null,
    "artist": "Les Big Byrd",
    "artist_ids": [
        "60e87906-b912-4901-801d-23af52a051fa"
    ],
    "album": "Snö-Golem",
    "release_id": "6cb66264-2c4f-4605-b026-1fa3b320b7a2",
    "release_group_id": null,
    "labels": [
        "PNKSLM Recordings"
    ],
    "label_ids": [
        "f2f69d02-3063-4223-b921-2b9a6b1e1712"
    ],
    "release_date": "2019-11-25",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}