Information about plays

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

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

{
    "id": 3421311,
    "uri": "https://api.kexp.org/v2/plays/3421311/?format=api",
    "airdate": "2024-11-04T12:11:07-08:00",
    "show": 61762,
    "show_uri": "https://api.kexp.org/v2/shows/61762/?format=api",
    "image_uri": "https://ia800101.us.archive.org/2/items/mbid-ac15a72e-7513-4732-8787-01cf2fa4a37a/mbid-ac15a72e-7513-4732-8787-01cf2fa4a37a-39500102812_thumb500.jpg",
    "thumbnail_uri": "https://ia800101.us.archive.org/2/items/mbid-ac15a72e-7513-4732-8787-01cf2fa4a37a/mbid-ac15a72e-7513-4732-8787-01cf2fa4a37a-39500102812_thumb250.jpg",
    "song": "Thinking of You",
    "track_id": "0145758a-0472-4ed8-952c-6c25af440acd",
    "recording_id": "daa20d6a-bb74-4910-b72a-15a9b9e9b9cd",
    "artist": "Soccer Mommy",
    "artist_ids": [
        "84803b1d-dcb3-490d-9af5-debbba64a011"
    ],
    "album": "Evergreen",
    "release_id": "ac15a72e-7513-4732-8787-01cf2fa4a37a",
    "release_group_id": "c084071b-f42b-49f8-ab69-724a658ba4e1",
    "labels": [
        "Loma Vista Recordings"
    ],
    "label_ids": [
        "9c3ec056-57dd-4987-bb53-cbea027ef81c"
    ],
    "release_date": "2024-10-25",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}