Information about plays

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

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

{
    "id": 2681263,
    "uri": "https://api.kexp.org/v2/plays/2681263/?format=api",
    "airdate": "2020-01-02T15:40:58-08:00",
    "show": 46278,
    "show_uri": "https://api.kexp.org/v2/shows/46278/?format=api",
    "image_uri": "https://coverartarchive.org/release/0d5c187d-bec0-4f16-a983-a908f5901518/22972739817-250.jpg",
    "thumbnail_uri": "",
    "song": "Disbelief Suspension",
    "track_id": "d8b74836-29f5-4f13-8857-2fa43fc5b0cd",
    "recording_id": null,
    "artist": "Mark Lanegan Band",
    "artist_ids": [
        "19f40952-e3ba-44ba-87b2-218e2744fb58"
    ],
    "album": "Somebody's Knocking",
    "release_id": "0d5c187d-bec0-4f16-a983-a908f5901518",
    "release_group_id": null,
    "labels": [
        "Heavenly"
    ],
    "label_ids": [
        "696ee2f4-c486-4e7a-80f4-cfd85193677a"
    ],
    "release_date": "2019-10-18",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}