Information about plays

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

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

{
    "id": 348561,
    "uri": "https://api.kexp.org/v2/plays/348561/?format=api",
    "airdate": "2019-07-01T08:33:25-07:00",
    "show": 5810,
    "show_uri": "https://api.kexp.org/v2/shows/5810/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Is It Enough?",
    "track_id": "5f69f5b8-4943-45d4-a96d-c8b0427f5111",
    "recording_id": null,
    "artist": "Spirit Award",
    "artist_ids": [
        "72042f4e-7652-4bf4-8846-d4981b760f67"
    ],
    "album": "Currency",
    "release_id": "9ae648cf-3fde-4532-9dc2-409faa28a35d",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-05-17",
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Spirit Award performed live here at KEXP last year - check it out over at our YouTube channel: https://www.youtube.com/watch?v=QRz4bG7sQHQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}