Information about plays

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

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

{
    "id": 475798,
    "uri": "https://api.kexp.org/v2/plays/475798/?format=api",
    "airdate": "2001-10-12T23:00:00-07:00",
    "show": 8108,
    "show_uri": "https://api.kexp.org/v2/shows/8108/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Kord Bayat",
    "track_id": "88105026-3f13-4e87-82c9-f74293fb65bc",
    "recording_id": null,
    "artist": "Jalal Zolfonun",
    "artist_ids": [
        "a913da8c-921b-42ff-a154-c0c7398f952b"
    ],
    "album": "Kord Bayat",
    "release_id": "8ef955f4-d308-48aa-a559-279ca102d49b",
    "release_group_id": null,
    "labels": [
        "music of the world"
    ],
    "label_ids": [
        "fc5b706e-de11-4f9b-b79b-a7400a951c02"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}