Information about plays

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

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

{
    "id": 3423860,
    "uri": "https://api.kexp.org/v2/plays/3423860/?format=api",
    "airdate": "2024-11-10T21:15:38-08:00",
    "show": 61818,
    "show_uri": "https://api.kexp.org/v2/shows/61818/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pot of Gold",
    "track_id": null,
    "recording_id": "be7d0013-0a79-4139-9016-a0b2303970e8",
    "artist": "Chestnut",
    "artist_ids": [
        "bf6220e0-82b5-4f9d-ac06-ec09452efa54"
    ],
    "album": "Pot of Gold",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "UMM"
    ],
    "label_ids": [],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://honeydijon.bandcamp.com/track/pot-of-gold",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}