Information about plays

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

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

{
    "id": 3414067,
    "uri": "https://api.kexp.org/v2/plays/3414067/?format=api",
    "airdate": "2024-10-17T23:42:37-07:00",
    "show": 61603,
    "show_uri": "https://api.kexp.org/v2/shows/61603/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Give It Up",
    "track_id": null,
    "recording_id": "1fb341e3-8088-4019-b8f6-91beb644270c",
    "artist": "Kool & the Gang",
    "artist_ids": [
        "2469950a-f0ca-425a-bfbc-baf55ea3afde"
    ],
    "album": "Best Of",
    "release_id": null,
    "release_group_id": "1f6fb923-ddc3-3a40-abd6-57a46428fc02",
    "labels": [
        "Euroton"
    ],
    "label_ids": [
        "6853af29-2930-4c6a-9c24-da0be98423a6"
    ],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}