Information about plays

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

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

{
    "id": 3593975,
    "uri": "https://api.kexp.org/v2/plays/3593975/?format=api",
    "airdate": "2025-12-21T10:12:21-08:00",
    "show": 65438,
    "show_uri": "https://api.kexp.org/v2/shows/65438/?format=api",
    "image_uri": "https://coverartarchive.org/release/0b65398e-667a-4687-96ba-ae8001c2d14e/12140935775-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0b65398e-667a-4687-96ba-ae8001c2d14e/12140935775-250.jpg",
    "song": "Merry Twist-mas",
    "track_id": null,
    "recording_id": "95220230-02e1-4a8b-a86a-956b17a4be83",
    "artist": "The Marcels",
    "artist_ids": [
        "bf34de40-5223-4b4a-9c08-cf170210e041"
    ],
    "album": "Jolly Old Soul",
    "release_id": null,
    "release_group_id": "46900cc4-a2c0-47f7-8afd-4189130083e1",
    "labels": [
        "Rhino Custom Products"
    ],
    "label_ids": [
        "9a714874-6256-42e5-a8ba-771f767b1e62"
    ],
    "release_date": "2010-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Recorded in 1961 on Colpix by the Pittsburgh band named after a fashionable hairstyle at the time.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}