Information about plays

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

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

{
    "id": 3422316,
    "uri": "https://api.kexp.org/v2/plays/3422316/?format=api",
    "airdate": "2024-11-07T02:05:42-08:00",
    "show": 61784,
    "show_uri": "https://api.kexp.org/v2/shows/61784/?format=api",
    "image_uri": "https://ia803207.us.archive.org/31/items/mbid-865c0123-e275-4ce9-996f-c96cc4466790/mbid-865c0123-e275-4ce9-996f-c96cc4466790-15362998686_thumb500.jpg",
    "thumbnail_uri": "https://ia903207.us.archive.org/31/items/mbid-865c0123-e275-4ce9-996f-c96cc4466790/mbid-865c0123-e275-4ce9-996f-c96cc4466790-15362998686_thumb250.jpg",
    "song": "Survive",
    "track_id": "561a44d7-0add-46e9-bad1-bec68bc854b7",
    "recording_id": "6c4d0d0c-baef-4f8f-a585-3159808f4a79",
    "artist": "Dr. Dog",
    "artist_ids": [
        "e9aed5e5-ed35-4244-872e-194862290295"
    ],
    "album": "Abandoned Mansion",
    "release_id": "865c0123-e275-4ce9-996f-c96cc4466790",
    "release_group_id": "573bafd3-1386-4fdf-81da-c80f2c15f3ee",
    "labels": [
        "We Buy Gold"
    ],
    "label_ids": [
        "eb8c3c78-ad65-4f0c-a77b-520292f4776c"
    ],
    "release_date": "2016-11-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}