Information about plays

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

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

{
    "id": 3593333,
    "uri": "https://api.kexp.org/v2/plays/3593333/?format=api",
    "airdate": "2025-12-20T03:43:38-08:00",
    "show": 65425,
    "show_uri": "https://api.kexp.org/v2/shows/65425/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Anywhere but Here",
    "track_id": "74ba5930-6da7-4f4b-884a-9cc38e54c2a1",
    "recording_id": "56fcafed-3c17-4f64-8d77-e19579508e61",
    "artist": "Panda Bear",
    "artist_ids": [
        "fd3c3f9f-a471-498e-ab3a-940ac20b6bbd"
    ],
    "album": "Sinister Grift",
    "release_id": "b15b950c-9871-498e-bc49-cb5866e5c583",
    "release_group_id": "f02f15c0-3dcd-4463-bcdf-c87838fd27d4",
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "bfe26801-a86f-49b9-8502-05ae80b02594"
    ],
    "release_date": "2025-02-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "We all need this beautiful new record. Listen to more here:\nhttps://pandabearmusic.bandcamp.com/album/sinister-grift",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}