Information about plays

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

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

{
    "id": 3437576,
    "uri": "https://api.kexp.org/v2/plays/3437576/?format=api",
    "airdate": "2024-12-13T12:38:32-08:00",
    "show": 62097,
    "show_uri": "https://api.kexp.org/v2/shows/62097/?format=api",
    "image_uri": "https://coverartarchive.org/release/e4e7541e-541f-4f4b-be69-3c5a6dae5d90/9744719960-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e4e7541e-541f-4f4b-be69-3c5a6dae5d90/9744719960-250.jpg",
    "song": "Self Control",
    "track_id": null,
    "recording_id": "3bb2fb8c-a099-4d40-8e45-f28d1f4da99d",
    "artist": "Laura Branigan",
    "artist_ids": [
        "917976a6-75b1-46af-b57b-71f13de20422"
    ],
    "album": "Self Control",
    "release_id": null,
    "release_group_id": "70706fd9-e724-37ed-8be5-243ff0dc5ab1",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1984-04-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Self Control\" is a song by Italian singer Raf. It was covered by American actress and musician Laura Branigan later the same year.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}