Information about plays

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

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

{
    "id": 375331,
    "uri": "https://api.kexp.org/v2/plays/375331/?format=api",
    "airdate": "2019-09-01T18:06:00-07:00",
    "show": 6250,
    "show_uri": "https://api.kexp.org/v2/shows/6250/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pure Imagination",
    "track_id": "f2bbb5d3-55eb-3414-9638-3263bb3d87c1",
    "recording_id": null,
    "artist": "Lou Rawls",
    "artist_ids": [
        "c8bd802a-6e4a-41a4-95fa-2c1ee33f65a5"
    ],
    "album": "All Things in Time",
    "release_id": "a6225fdd-004f-4958-8c30-33c44eb9616b",
    "release_group_id": null,
    "labels": [
        "Philadelphia International Records"
    ],
    "label_ids": [
        "d509d87c-3ad7-4b83-9827-9b76c3a49126"
    ],
    "release_date": "1976-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}