Information about plays

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

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

{
    "id": 3413706,
    "uri": "https://api.kexp.org/v2/plays/3413706/?format=api",
    "airdate": "2024-10-17T03:05:44-07:00",
    "show": 61596,
    "show_uri": "https://api.kexp.org/v2/shows/61596/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Heaven & Hell",
    "track_id": null,
    "recording_id": "240e9920-6c87-4405-ac0d-6301a794299b",
    "artist": "Raekwon featuring Ghost Face Killer A/K/A Tony Starks",
    "artist_ids": [
        "4e954b02-fae2-4bd7-9547-e055a6ac0527",
        "3b39abeb-0064-4eed-9ddd-ee47a45c54cb"
    ],
    "album": "Only Built 4 Cuban Linx…",
    "release_id": null,
    "release_group_id": "ab981b48-9a7b-34c4-b46a-f6266317ce7c",
    "labels": [
        "Loud Records"
    ],
    "label_ids": [
        "32f6ca53-2be0-4dcd-8c08-e46eb6a018aa"
    ],
    "release_date": "1995-08-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Only Built 4 Cuban Linx... was Raekwon's debut album and first solo effort following the release of Wu-Tang's first full-length album, Enter the Wu-Tang (36 Chambers).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}