Information about plays

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

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

{
    "id": 3440870,
    "uri": "https://api.kexp.org/v2/plays/3440870/?format=api",
    "airdate": "2024-12-21T12:57:22-08:00",
    "show": 62170,
    "show_uri": "https://api.kexp.org/v2/shows/62170/?format=api",
    "image_uri": "https://ia601602.us.archive.org/24/items/mbid-97e94863-0a63-3f78-8200-178cea1f722e/mbid-97e94863-0a63-3f78-8200-178cea1f722e-2482340591_thumb500.jpg",
    "thumbnail_uri": "https://ia801602.us.archive.org/24/items/mbid-97e94863-0a63-3f78-8200-178cea1f722e/mbid-97e94863-0a63-3f78-8200-178cea1f722e-2482340591_thumb250.jpg",
    "song": "The Big U",
    "track_id": "1271b6c8-54d5-36b3-9497-44e49f7de886",
    "recording_id": "ffbf7562-62e9-42e9-aab1-4d0572a05cf5",
    "artist": "The Blow",
    "artist_ids": [
        "63b2d8f7-45d2-4b4e-8ffd-92cfcbc38688"
    ],
    "album": "Paper Television",
    "release_id": "1cff7991-945c-319e-b046-5d794fcf1aeb",
    "release_group_id": "ba56d0f2-8316-3a8c-9e24-07dffab0f8cc",
    "labels": [
        "K Records"
    ],
    "label_ids": [
        "300891cf-1256-4bf7-afc0-272f632c68fc"
    ],
    "release_date": "2006-10-24",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}