Information about plays

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

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

{
    "id": 3440704,
    "uri": "https://api.kexp.org/v2/plays/3440704/?format=api",
    "airdate": "2024-12-21T02:38:40-08:00",
    "show": 62164,
    "show_uri": "https://api.kexp.org/v2/shows/62164/?format=api",
    "image_uri": "https://coverartarchive.org/release/02ab4279-3e4d-49e2-8bfa-9bcdb5856f8e/18128065026-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/02ab4279-3e4d-49e2-8bfa-9bcdb5856f8e/18128065026-250.jpg",
    "song": "Flamboyant",
    "track_id": null,
    "recording_id": "76e6f2fa-5031-4e1d-90d7-9c53143969fb",
    "artist": "Pet Shop Boys",
    "artist_ids": [
        "be540c02-7898-4b79-9acc-c8122c7d9e83"
    ],
    "album": "Pop Art Mix",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Parlophone"
    ],
    "label_ids": [
        "df7d1c7f-ef95-425f-8eef-445b3d7bcbd9"
    ],
    "release_date": "2003-11-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.discogs.com/master/28244-Pet-Shop-Boys-PopArt-The-Hits",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}