Information about plays

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

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

{
    "id": 3421454,
    "uri": "https://api.kexp.org/v2/plays/3421454/?format=api",
    "airdate": "2024-11-04T22:31:09-08:00",
    "show": 61766,
    "show_uri": "https://api.kexp.org/v2/shows/61766/?format=api",
    "image_uri": "https://coverartarchive.org/release/b5a22c6c-65a1-472a-809d-0219440ec9bd/32148648673-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b5a22c6c-65a1-472a-809d-0219440ec9bd/32148648673-250.jpg",
    "song": "Wrong Again",
    "track_id": null,
    "recording_id": null,
    "artist": "Jack J",
    "artist_ids": [
        "ed6233e9-7a01-42f0-8136-b4c7cc456d54"
    ],
    "album": "Blue Desert",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Mood Hut"
    ],
    "label_ids": [],
    "release_date": "2024-01-01",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Brand new from Vancouver's Jack J - https://jackj.bandcamp.com/album/blue-desert",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}