Information about plays

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

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

{
    "id": 3542236,
    "uri": "https://api.kexp.org/v2/plays/3542236/?format=api",
    "airdate": "2025-08-19T23:03:20-07:00",
    "show": 64335,
    "show_uri": "https://api.kexp.org/v2/shows/64335/?format=api",
    "image_uri": "https://coverartarchive.org/release/20fb3f8b-928f-48d5-bd30-9d62b786bd57/1381025203-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/20fb3f8b-928f-48d5-bd30-9d62b786bd57/1381025203-250.jpg",
    "song": "Roy G Biv",
    "track_id": null,
    "recording_id": null,
    "artist": "Public Service Broadcasting",
    "artist_ids": [
        "93834e82-3a0b-4ec2-a2e4-6eca0a497e6d"
    ],
    "album": "ROYGBIV",
    "release_id": null,
    "release_group_id": "78c55ed0-426b-4ad2-bb13-d9cb5e2f45b4",
    "labels": [
        "Test Card Recordings"
    ],
    "label_ids": [
        "29ad6426-4762-47ed-aba0-73ed2e1f8879"
    ],
    "release_date": "2012-03-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Musical Firsts Series feature: What favorite band or artist did you discover on KEXP? Tasha from Portland loves PSB! https://www.publicservicebroadcasting.net/?srsltid=AfmBOorpEYm64H7RCRECAS_4JskfDhw8xleTl9JBb2hehNoN5lNDpm4l",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}