Information about plays

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

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

{
    "id": 3589464,
    "uri": "https://api.kexp.org/v2/plays/3589464/?format=api",
    "airdate": "2025-12-10T20:02:04-08:00",
    "show": 65342,
    "show_uri": "https://api.kexp.org/v2/shows/65342/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Pool",
    "track_id": null,
    "recording_id": "260295d5-5356-478c-aeb4-5e9b8a5c0174",
    "artist": "Mayer Hawthorne",
    "artist_ids": [
        "029fbb43-ea37-47a0-8c68-803d69abfa5e"
    ],
    "album": "For All Time",
    "release_id": null,
    "release_group_id": "3584adb7-8c6c-42de-8f18-8544ad4c022b",
    "labels": [
        "P&L Records"
    ],
    "label_ids": [
        "b76779c2-5d03-4778-a5e2-25123b1c728e"
    ],
    "release_date": "2023-10-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}