Information about plays

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

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

{
    "id": 3422228,
    "uri": "https://api.kexp.org/v2/plays/3422228/?format=api",
    "airdate": "2024-11-06T21:05:01-08:00",
    "show": 61782,
    "show_uri": "https://api.kexp.org/v2/shows/61782/?format=api",
    "image_uri": "https://coverartarchive.org/release/54d7d9c0-9ecf-437a-97f9-7bf0274a955b/26862879071-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/54d7d9c0-9ecf-437a-97f9-7bf0274a955b/26862879071-250.jpg",
    "song": "Confidence Man",
    "track_id": null,
    "recording_id": "3e7054cb-d68f-4aab-8e50-dcc94a0e4b2e",
    "artist": "Cass McCombs",
    "artist_ids": [
        "c213f661-70a8-42aa-b858-62f5bd2d72e9"
    ],
    "album": "Confidence Man",
    "release_id": null,
    "release_group_id": "3746eac0-53ed-46be-a114-dea7bc73181b",
    "labels": [
        "Anti‐"
    ],
    "label_ids": [
        "5b8cf470-f162-4ee3-9b9f-77ff4ee0c601"
    ],
    "release_date": "2019-10-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}