Information about plays

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

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

{
    "id": 3418233,
    "uri": "https://api.kexp.org/v2/plays/3418233/?format=api",
    "airdate": "2024-10-28T02:19:27-07:00",
    "show": 61694,
    "show_uri": "https://api.kexp.org/v2/shows/61694/?format=api",
    "image_uri": "https://coverartarchive.org/release/3d20db3f-fe0f-4b26-926e-eae917633a4c/32438709136-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3d20db3f-fe0f-4b26-926e-eae917633a4c/32438709136-250.jpg",
    "song": "Song of the Wind",
    "track_id": null,
    "recording_id": "51ba4676-df9f-44c3-867b-edf1c332265d",
    "artist": "Joe Farrell Quartet",
    "artist_ids": [
        "e7f419eb-7acf-4a7b-8b76-2a6b7c5ee421"
    ],
    "album": "Joe Farrell Quartet / Outback / Moon Germs",
    "release_id": null,
    "release_group_id": "444f6835-11bd-4f80-88db-b92e3746ddad",
    "labels": [
        "CTI Records"
    ],
    "label_ids": [
        "12bb6f48-a99a-4d79-89da-eae1296b0970"
    ],
    "release_date": "2018-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}