Information about plays

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

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

{
    "id": 3588977,
    "uri": "https://api.kexp.org/v2/plays/3588977/?format=api",
    "airdate": "2025-12-09T15:56:40-08:00",
    "show": 65332,
    "show_uri": "https://api.kexp.org/v2/shows/65332/?format=api",
    "image_uri": "https://ia600609.us.archive.org/0/items/mbid-fbd5ffee-a73d-4322-8e84-6acb055e4881/mbid-fbd5ffee-a73d-4322-8e84-6acb055e4881-36414192129_thumb500.jpg",
    "thumbnail_uri": "https://ia800609.us.archive.org/0/items/mbid-fbd5ffee-a73d-4322-8e84-6acb055e4881/mbid-fbd5ffee-a73d-4322-8e84-6acb055e4881-36414192129_thumb250.jpg",
    "song": "afro futurism",
    "track_id": "30170dd3-77f5-4ae3-bb80-fc83d8293e07",
    "recording_id": "f5ee262b-0b38-42c9-93cf-36f664637f11",
    "artist": "Noname",
    "artist_ids": [
        "1395c84b-2e84-4f25-9962-f1c0d5aa31ed"
    ],
    "album": "Sundial",
    "release_id": "fbd5ffee-a73d-4322-8e84-6acb055e4881",
    "release_group_id": "f8c51f7d-b7d0-4e82-8197-36169fc1db90",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2023-08-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}