Information about plays

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

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

{
    "id": 1317092,
    "uri": "https://api.kexp.org/v2/plays/1317092/?format=api",
    "airdate": "2007-12-22T00:34:19-08:00",
    "show": 23029,
    "show_uri": "https://api.kexp.org/v2/shows/23029/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "N.O.H.A. - Balkan Hot Step",
    "track_id": null,
    "recording_id": null,
    "artist": "(Various Artists) ",
    "artist_ids": [
        "89ad4ac3-39f7-470e-963a-56509c546377"
    ],
    "album": "Coney Island Love",
    "release_id": "e49cb695-33eb-4796-a4ac-903ce148abfd",
    "release_group_id": null,
    "labels": [
        "Wonderwheel Limited"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}