Information about plays

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

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

{
    "id": 377921,
    "uri": "https://api.kexp.org/v2/plays/377921/?format=api",
    "airdate": "2019-09-07T11:20:06-07:00",
    "show": 6288,
    "show_uri": "https://api.kexp.org/v2/shows/6288/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bandulu / Hard Time (feat. Ranking Dread)",
    "track_id": "82014c2a-420b-36d3-8091-b26a32f108f9",
    "recording_id": null,
    "artist": "Cornell Campbell",
    "artist_ids": [
        "4272801c-1180-4098-80f9-d7ab27dadea9"
    ],
    "album": "I Shall Not Remove: 1975-1980",
    "release_id": "38e3b9f1-948c-354e-88ad-eb8eeee590c6",
    "release_group_id": null,
    "labels": [
        "Blood and Fire"
    ],
    "label_ids": [
        "5af2af12-a696-4bb7-b37e-852ae21a5303"
    ],
    "release_date": "2000-01-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}