Information about plays

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

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

{
    "id": 3579123,
    "uri": "https://api.kexp.org/v2/plays/3579123/?format=api",
    "airdate": "2025-11-16T20:16:48-08:00",
    "show": 65129,
    "show_uri": "https://api.kexp.org/v2/shows/65129/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Love Is",
    "track_id": null,
    "recording_id": null,
    "artist": "Miss Misty",
    "artist_ids": [
        "57b06d15-5b46-4515-a854-0a46dd4e6940"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Jamaica Sound"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Reggae disco soul singer & songwriter Miss Misty released \"Love Is\" on her 1982 self titled album with Jamaica Sound.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}