Information about plays

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

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

{
    "id": 3439036,
    "uri": "https://api.kexp.org/v2/plays/3439036/?format=api",
    "airdate": "2024-12-17T00:29:46-08:00",
    "show": 62130,
    "show_uri": "https://api.kexp.org/v2/shows/62130/?format=api",
    "image_uri": "https://coverartarchive.org/release/d049e4d5-0c99-476f-84d0-32a3cb6b55a9/29416967541-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d049e4d5-0c99-476f-84d0-32a3cb6b55a9/29416967541-250.jpg",
    "song": "Boa (Extended Mix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Joseph Ashworth",
    "artist_ids": [
        "285505df-a666-40b6-a201-74c73bee6391"
    ],
    "album": "Boa / Searching",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "South of Outside"
    ],
    "label_ids": [],
    "release_date": "2024-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Searching for my boa, did you see it?",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}