Information about plays

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

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

{
    "id": 3594804,
    "uri": "https://api.kexp.org/v2/plays/3594804/?format=api",
    "airdate": "2025-12-23T07:46:23-08:00",
    "show": 65455,
    "show_uri": "https://api.kexp.org/v2/shows/65455/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The First Time Ever I Saw Your Face",
    "track_id": "6444f2b7-4c88-3feb-9b7b-e4fb40c90de0",
    "recording_id": "d57c4cc0-902f-411f-a319-8170913f47a0",
    "artist": "Roberta Flack",
    "artist_ids": [
        "5298bbcb-7330-49bf-a780-2d757f10a20a"
    ],
    "album": "First Take",
    "release_id": "5c288ae0-146f-4f72-9a7e-faea736c1d58",
    "release_group_id": "4455c04d-9368-4dc5-b35d-6ff8c407921f",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1969-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RIP Roberta Flack and thank you so much for making our lives so much better.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}