Information about plays

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

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

{
    "id": 3414634,
    "uri": "https://api.kexp.org/v2/plays/3414634/?format=api",
    "airdate": "2024-10-19T10:09:54-07:00",
    "show": 61618,
    "show_uri": "https://api.kexp.org/v2/shows/61618/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Toast",
    "track_id": "6927ef9a-ce6d-4e79-be8c-86d285b1d1c9",
    "recording_id": "a400da61-7683-442e-98c9-3e4f1422b0cf",
    "artist": "Koffee",
    "artist_ids": [
        "7d04679e-a855-4214-9543-febaf02de725"
    ],
    "album": "Gifted",
    "release_id": "14e9c296-f182-4e0b-abfa-27f7a514da16",
    "release_group_id": "5a26bb85-a06d-4243-b392-38fbab1b358a",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2022-03-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}