Information about plays

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

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

{
    "id": 3527491,
    "uri": "https://api.kexp.org/v2/plays/3527491/?format=api",
    "airdate": "2025-07-15T23:35:35-07:00",
    "show": 64025,
    "show_uri": "https://api.kexp.org/v2/shows/64025/?format=api",
    "image_uri": "https://coverartarchive.org/release/80352c73-051d-4c02-861d-adcf41bca53d/27848058172-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/80352c73-051d-4c02-861d-adcf41bca53d/27848058172-250.jpg",
    "song": "Find It of Use",
    "track_id": null,
    "recording_id": "5800fcb3-3434-4c53-9b04-3074dba9e316",
    "artist": "Radiation City",
    "artist_ids": [
        "8ee36bb2-5658-4bf2-99d0-df99df4b2a38"
    ],
    "album": "Cool Nightmare",
    "release_id": null,
    "release_group_id": "8e639214-5384-41d8-959d-44ee4bef9a54",
    "labels": [
        "Tender Loving Empire"
    ],
    "label_ids": [
        "6708195c-ef0d-4d2e-a8b3-cba72670f17c"
    ],
    "release_date": "2012-04-10",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Check out this session Radiation City recorded with us a few years back: https://www.youtube.com/watch?v=s7pzsWXtPIg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}