Information about plays

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

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

{
    "id": 3422034,
    "uri": "https://api.kexp.org/v2/plays/3422034/?format=api",
    "airdate": "2024-11-06T08:26:55-08:00",
    "show": 61778,
    "show_uri": "https://api.kexp.org/v2/shows/61778/?format=api",
    "image_uri": "https://coverartarchive.org/release/0ffe5950-6c68-4b86-a7c3-0b8341cac732/14804595319-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0ffe5950-6c68-4b86-a7c3-0b8341cac732/14804595319-250.jpg",
    "song": "Ordinary World",
    "track_id": null,
    "recording_id": "a770c8d9-62f9-4c6a-a19a-ea3d0ae3dba8",
    "artist": "Duran Duran",
    "artist_ids": [
        "1a1cd7f3-e5df-4eca-bae2-2757c9e656b5"
    ],
    "album": "Duran Duran",
    "release_id": null,
    "release_group_id": "faedc66c-59ae-36ee-a89d-9dda4a9ea393",
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "1993-02-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "John, thank you for being there for so many of us this morning. You're absolutely my hero right now. ❤️\n\nIf it fits at all, the song that really gets me through awful times is Duran Duran Ordinary World. I'd love to hear it, and you don't even need to tell us who your favorite member is today. I know it's John. 😉\n\nAgain, thank you for being a voice of comfort today. I'm so grateful for you\n\nJennifer in Portland",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}