Information about plays

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

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

{
    "id": 3549390,
    "uri": "https://api.kexp.org/v2/plays/3549390/?format=api",
    "airdate": "2025-09-05T22:35:04-07:00",
    "show": 64485,
    "show_uri": "https://api.kexp.org/v2/shows/64485/?format=api",
    "image_uri": "https://coverartarchive.org/release/50c94030-4b76-45a5-86f1-0479bbeb1c9a/39322540904-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/50c94030-4b76-45a5-86f1-0479bbeb1c9a/39322540904-250.jpg",
    "song": "Did It First",
    "track_id": null,
    "recording_id": "26d3b6a5-3afb-4136-8b89-3e7a2b1c381b",
    "artist": "Ice Spice & Central Cee",
    "artist_ids": [
        "6f2c949d-9540-4421-bf02-27ae27e00e33",
        "b0337af1-8d93-4671-b6c9-ba306bf942bf"
    ],
    "album": "Did It First",
    "release_id": null,
    "release_group_id": "a7ec614a-836e-4062-90c0-2563c01245e1",
    "labels": [
        "10K Projects"
    ],
    "label_ids": [
        "3e99fe77-c2ba-44fb-8185-223c5a3beb0e"
    ],
    "release_date": "2024-07-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}