Information about plays

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

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

{
    "id": 3594214,
    "uri": "https://api.kexp.org/v2/plays/3594214/?format=api",
    "airdate": "2025-12-21T21:39:32-08:00",
    "show": 65442,
    "show_uri": "https://api.kexp.org/v2/shows/65442/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tell Me Something",
    "track_id": null,
    "recording_id": "59c6a5fa-d00e-40cf-9646-b2934ae0b6ed",
    "artist": "Wordcolour",
    "artist_ids": [
        "d976ecfa-da2e-405f-8f57-7ed6dbaed5a5"
    ],
    "album": "Tell Me Something",
    "release_id": null,
    "release_group_id": "e23c01ca-671d-476d-bd2a-47113daaad15",
    "labels": [
        "Lapsus Records"
    ],
    "label_ids": [
        "61c5aee9-b240-4dfa-a922-3e1db8c1ee4e"
    ],
    "release_date": "2020-07-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://lapsus.bandcamp.com/album/tell-me-something",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}