Information about plays

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

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

{
    "id": 3555878,
    "uri": "https://api.kexp.org/v2/plays/3555878/?format=api",
    "airdate": "2025-09-21T12:04:53-07:00",
    "show": 64624,
    "show_uri": "https://api.kexp.org/v2/shows/64624/?format=api",
    "image_uri": "https://ia801308.us.archive.org/20/items/mbid-4a07dc1e-bee1-3275-934f-4b8555475330/mbid-4a07dc1e-bee1-3275-934f-4b8555475330-7594485111_thumb500.jpg",
    "thumbnail_uri": "https://ia601308.us.archive.org/20/items/mbid-4a07dc1e-bee1-3275-934f-4b8555475330/mbid-4a07dc1e-bee1-3275-934f-4b8555475330-7594485111_thumb250.jpg",
    "song": "Suzanne",
    "track_id": "79a4298c-288a-3858-b068-15f766986803",
    "recording_id": "c0362926-25a8-42a1-99a0-5ef7226d86b5",
    "artist": "Nick Cave, Julie Christensen & Perla Batalla",
    "artist_ids": [
        "ca9f466f-9da2-49f1-a032-bd6f6eee8b3f",
        "3dbe74c1-a0e4-4345-99e7-8a5a9f1d3609",
        "4aae17a7-9f0c-487b-b60e-f8eafb410b1d"
    ],
    "album": "Leonard Cohen: I'm Your Man",
    "release_id": "4a07dc1e-bee1-3275-934f-4b8555475330",
    "release_group_id": "8f27bfd2-a60a-3eca-8120-46f4d57a2266",
    "labels": [
        "Verve Forecast"
    ],
    "label_ids": [
        "87607d99-1448-4c5f-b794-b67671862aa0"
    ],
    "release_date": "2006-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From the \"Leonard Cohen: I'm Your Man\" motion picture soundtrack.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}