Information about plays

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

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

{
    "id": 3550021,
    "uri": "https://api.kexp.org/v2/plays/3550021/?format=api",
    "airdate": "2025-09-07T11:50:28-07:00",
    "show": 64499,
    "show_uri": "https://api.kexp.org/v2/shows/64499/?format=api",
    "image_uri": "https://coverartarchive.org/release/d4edc3e2-a12a-4909-9e45-613c48cbd22f/41607708643-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d4edc3e2-a12a-4909-9e45-613c48cbd22f/41607708643-250.jpg",
    "song": "I’m in Love",
    "track_id": null,
    "recording_id": "7427db73-723f-435e-a004-ef731d912c05",
    "artist": "S.G. Goodman",
    "artist_ids": [
        "a03c3296-fc11-4fcf-b378-fa602e30a7e9"
    ],
    "album": "Planting by the Signs",
    "release_id": null,
    "release_group_id": "18515d87-872f-4c94-926b-7f1fa99c4c12",
    "labels": [
        "Thirty Tigers"
    ],
    "label_ids": [
        "5ecd57fa-e156-453e-94c9-3c8f1832b3ec"
    ],
    "release_date": "2025-06-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Kentucky artist is playing The Chapel in SF 9/27 and The Crocodile in Seattle on 10/1.\nhttps://www.sggoodman.net/tour\nhttps://sggoodman.bandcamp.com/album/planting-by-the-signs",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}