Information about plays

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

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

{
    "id": 3548012,
    "uri": "https://api.kexp.org/v2/plays/3548012/?format=api",
    "airdate": "2025-09-02T14:00:34-07:00",
    "show": 64455,
    "show_uri": "https://api.kexp.org/v2/shows/64455/?format=api",
    "image_uri": "https://ia801605.us.archive.org/34/items/mbid-6dcc0fb9-9ac0-4fef-82c9-2704caffa1d1/mbid-6dcc0fb9-9ac0-4fef-82c9-2704caffa1d1-35689860271_thumb500.jpg",
    "thumbnail_uri": "https://ia801605.us.archive.org/34/items/mbid-6dcc0fb9-9ac0-4fef-82c9-2704caffa1d1/mbid-6dcc0fb9-9ac0-4fef-82c9-2704caffa1d1-35689860271_thumb250.jpg",
    "song": "falling or flying",
    "track_id": "6e946b20-bade-47ac-bb47-f67db47b4203",
    "recording_id": "7c816581-7108-426f-882f-49658c1a2d78",
    "artist": "Jorja Smith",
    "artist_ids": [
        "d62614aa-ef2c-44cd-8a7b-91292755a1d0"
    ],
    "album": "falling or flying",
    "release_id": "6dcc0fb9-9ac0-4fef-82c9-2704caffa1d1",
    "release_group_id": "f3ac5382-c33c-437b-b7d7-16edf77836e7",
    "labels": [
        "FAMM"
    ],
    "label_ids": [
        "9a329170-2d70-4a4f-ab94-d0e572fda4d8"
    ],
    "release_date": "2023-09-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Out to Mary!\n\nJorja Smith's second album was released in September. The NY Times says \"The English songwriter uses vocal nuance instead of volume and lets the rhythms stir things up on her second studio album.\": https://www.nytimes.com/2023/09/28/arts/music/jorja-smith-falling-or-flying-review.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}