Information about plays

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

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

{
    "id": 3428529,
    "uri": "https://api.kexp.org/v2/plays/3428529/?format=api",
    "airdate": "2024-11-22T04:56:29-08:00",
    "show": 61912,
    "show_uri": "https://api.kexp.org/v2/shows/61912/?format=api",
    "image_uri": "https://coverartarchive.org/release/705e6e79-43f4-4b65-9dba-f78e955fb25b/7575110574-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/705e6e79-43f4-4b65-9dba-f78e955fb25b/7575110574-250.jpg",
    "song": "Why You’d Want to Live Here",
    "track_id": null,
    "recording_id": "ddd66b5c-e1f6-4858-a0ad-3e955048748b",
    "artist": "Death Cab for Cutie",
    "artist_ids": [
        "0039c7ae-e1a7-4a7d-9b49-0cbc716821a6"
    ],
    "album": "The Photo Album",
    "release_id": null,
    "release_group_id": "ff5098ec-9410-3fbf-8191-2e74deda082e",
    "labels": [
        "Barsuk Records"
    ],
    "label_ids": [
        "a4f904e0-f048-4c13-88ec-f9f31f3e6109"
    ],
    "release_date": "2001-09-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"You can't swim in a town this shallow\" lol",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}