Information about plays

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

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

{
    "id": 3554344,
    "uri": "https://api.kexp.org/v2/plays/3554344/?format=api",
    "airdate": "2025-09-17T22:09:25-07:00",
    "show": 64590,
    "show_uri": "https://api.kexp.org/v2/shows/64590/?format=api",
    "image_uri": "https://coverartarchive.org/release/c5bdce27-222e-32cc-8637-fc38ae25917d/32554820063-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c5bdce27-222e-32cc-8637-fc38ae25917d/32554820063-250.jpg",
    "song": "Running Away",
    "track_id": null,
    "recording_id": "0c7f8fce-05fd-4fc4-8039-58481b224c90",
    "artist": "The Raincoats",
    "artist_ids": [
        "42201355-08b7-43b6-a7b8-866f612e1600"
    ],
    "album": "Moving",
    "release_id": null,
    "release_group_id": "83aaa408-f0a3-3280-bbe4-4b56cc8c2baa",
    "labels": [
        "Rough Trade"
    ],
    "label_ids": [
        "71247f6b-fd24-4a56-89a2-23512f006f0c"
    ],
    "release_date": "1984-01-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}