Information about plays

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

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

{
    "id": 3428119,
    "uri": "https://api.kexp.org/v2/plays/3428119/?format=api",
    "airdate": "2024-11-21T04:36:09-08:00",
    "show": 61905,
    "show_uri": "https://api.kexp.org/v2/shows/61905/?format=api",
    "image_uri": "https://coverartarchive.org/release/75a89615-3383-4ef3-8a5c-cc2630295aea/36687618168-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/75a89615-3383-4ef3-8a5c-cc2630295aea/36687618168-250.jpg",
    "song": "Eyes Without a Face",
    "track_id": null,
    "recording_id": "9ad4e4f4-6460-44f2-88ef-6d82e83a5b74",
    "artist": "Billy Idol",
    "artist_ids": [
        "47c8f88b-987a-4b64-9175-2b1b57809727"
    ],
    "album": "Rebel Yell",
    "release_id": null,
    "release_group_id": "5c4a34dd-86b9-3b5e-89d7-61b49628a806",
    "labels": [
        "Chrysalis"
    ],
    "label_ids": [
        "ed5601e5-7c54-426e-982a-1a208dd0b0ad"
    ],
    "release_date": "1983-11-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}