Information about plays

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

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

{
    "id": 3549529,
    "uri": "https://api.kexp.org/v2/plays/3549529/?format=api",
    "airdate": "2025-09-06T06:01:02-07:00",
    "show": 64488,
    "show_uri": "https://api.kexp.org/v2/shows/64488/?format=api",
    "image_uri": "https://coverartarchive.org/release/38bfc9ed-f561-4ec7-8971-46213c12b132/41620713907-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/38bfc9ed-f561-4ec7-8971-46213c12b132/41620713907-250.jpg",
    "song": "Tonight",
    "track_id": null,
    "recording_id": "91fe0e2b-c6d9-4196-8011-8a397e93b46a",
    "artist": "PinkPantheress",
    "artist_ids": [
        "7441014f-f8f5-494f-81db-ff166fbc078d"
    ],
    "album": "Tonight",
    "release_id": null,
    "release_group_id": "5d43461d-21f4-47f2-ab0b-3c06610786af",
    "labels": [
        "Warner Records"
    ],
    "label_ids": [
        "d4cd174f-784d-48d7-91c6-7427bd5d57fe"
    ],
    "release_date": "2025-04-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}