Information about plays

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

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

{
    "id": 3428419,
    "uri": "https://api.kexp.org/v2/plays/3428419/?format=api",
    "airdate": "2024-11-21T22:18:54-08:00",
    "show": 61911,
    "show_uri": "https://api.kexp.org/v2/shows/61911/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Looking for a New Love",
    "track_id": null,
    "recording_id": "9b42327f-d586-471d-8820-9a0912590a4c",
    "artist": "Jody Watley",
    "artist_ids": [
        "699e687d-9e77-4fd0-9b7a-54d2aaadf05b"
    ],
    "album": "Free to Be, Volume 4",
    "release_id": null,
    "release_group_id": "01a91dda-aa8b-3b7f-ba31-becfa8f73652",
    "labels": [
        "The Right Stuff"
    ],
    "label_ids": [
        "14227f2c-ac23-4746-bf83-d54e29051004"
    ],
    "release_date": "1996-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}