Information about plays

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

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

{
    "id": 3544058,
    "uri": "https://api.kexp.org/v2/plays/3544058/?format=api",
    "airdate": "2025-08-24T03:58:21-07:00",
    "show": 64373,
    "show_uri": "https://api.kexp.org/v2/shows/64373/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "What'd I Say",
    "track_id": "70b50506-c85a-464f-8ba6-ab7714195064",
    "recording_id": "77da7cbb-9217-4193-8b93-3d1716332974",
    "artist": "Ray Charles",
    "artist_ids": [
        "2ce02909-598b-44ef-a456-151ba0a3bd70"
    ],
    "album": "Atlantic & Atco Remasters Series Sampler One",
    "release_id": "1619ddb1-5f40-4c54-b66b-778d83c08bd8",
    "release_group_id": "7adb4af1-1765-4c86-827a-ad3fa5385f94",
    "labels": [
        "Atlantic",
        "ATCO Records"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7",
        "a9de694a-2e5b-4a1d-8d7a-a7ca620e3f80"
    ],
    "release_date": "1991-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Originally released on The Soul Sound of Ray Charles in 1959. ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}