Information about plays

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

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

{
    "id": 2670933,
    "uri": "https://api.kexp.org/v2/plays/2670933/?format=api",
    "airdate": "2019-12-09T10:11:02-08:00",
    "show": 46110,
    "show_uri": "https://api.kexp.org/v2/shows/46110/?format=api",
    "image_uri": "https://coverartarchive.org/release/3913f9b2-8622-4b0b-aeb5-3511d2b103bc/24389029228-250.jpg",
    "thumbnail_uri": "",
    "song": "Pang",
    "track_id": "f55737dc-7b65-400f-86e4-69a468ad4124",
    "recording_id": null,
    "artist": "Caroline Polachek",
    "artist_ids": [
        "d8f43dc5-4613-48ac-8c23-a62b82f8c67a"
    ],
    "album": "Pang",
    "release_id": "3913f9b2-8622-4b0b-aeb5-3511d2b103bc",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2019-10-18",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In its highest register, Caroline Polachek's voice sounds like it might have slipped loose from the circuits of a synthesizer. <br><br> Learn more about  Pang here: https://n.pr/359M396",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}