Information about plays

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

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

{
    "id": 3609100,
    "uri": "https://api.kexp.org/v2/plays/3609100/?format=api",
    "airdate": "2026-01-25T19:11:56-08:00",
    "show": 65754,
    "show_uri": "https://api.kexp.org/v2/shows/65754/?format=api",
    "image_uri": "https://coverartarchive.org/release/bfd1a073-7ab6-40a7-9648-af98ef35e6e9/34607129221-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/bfd1a073-7ab6-40a7-9648-af98ef35e6e9/34607129221-250.jpg",
    "song": "I Feel the Earth Move",
    "track_id": null,
    "recording_id": "a7f30828-ffc0-435a-94c5-1bdcd8deb819",
    "artist": "First Gear",
    "artist_ids": [],
    "album": "First Gear",
    "release_id": null,
    "release_group_id": "3b02ce67-abda-4747-861e-6bfde8232692",
    "labels": [
        "Myrrh"
    ],
    "label_ids": [],
    "release_date": "1972-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The First Gear released their cover of Carole King's \"I Feel the Earth Move\" and followed it up with \"Get Happy\" in 1972.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}