Information about plays

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

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

{
    "id": 3570437,
    "uri": "https://api.kexp.org/v2/plays/3570437/?format=api",
    "airdate": "2025-10-27T01:16:32-07:00",
    "show": 64945,
    "show_uri": "https://api.kexp.org/v2/shows/64945/?format=api",
    "image_uri": "https://coverartarchive.org/release/2fbbfa09-8e84-4c25-a591-7670b8a45a8f/16913138730-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2fbbfa09-8e84-4c25-a591-7670b8a45a8f/16913138730-250.jpg",
    "song": "Conjunction Mars",
    "track_id": null,
    "recording_id": "f961767b-81ff-48b3-bb1c-4884ab58d57f",
    "artist": "Melvin Sparks",
    "artist_ids": [
        "06ec79de-1ab8-483d-bbea-33aded2c7d50"
    ],
    "album": "Spark Plug",
    "release_id": null,
    "release_group_id": "ce4aaa6e-b880-4d29-a2d1-cf14b867d985",
    "labels": [
        "Prestige"
    ],
    "label_ids": [
        "11847c89-4b2c-4866-84c3-f72e264c0f66"
    ],
    "release_date": "1971-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}