Information about plays

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

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

{
    "id": 3551514,
    "uri": "https://api.kexp.org/v2/plays/3551514/?format=api",
    "airdate": "2025-09-11T02:01:17-07:00",
    "show": 64530,
    "show_uri": "https://api.kexp.org/v2/shows/64530/?format=api",
    "image_uri": "https://dn721906.ca.archive.org/0/items/mbid-22ff4558-6bb3-4315-9ac2-75605e97dea2/mbid-22ff4558-6bb3-4315-9ac2-75605e97dea2-36379996244_thumb500.jpg",
    "thumbnail_uri": "https://dn721906.ca.archive.org/0/items/mbid-22ff4558-6bb3-4315-9ac2-75605e97dea2/mbid-22ff4558-6bb3-4315-9ac2-75605e97dea2-36379996244_thumb250.jpg",
    "song": "Colours Fly Away",
    "track_id": "2d5c3c42-2a59-400d-9228-1b615dc1fdc3",
    "recording_id": "c8055d1c-e71b-47db-806b-cfc14b47cfd8",
    "artist": "The Teardrop Explodes",
    "artist_ids": [
        "8002d7ee-2a0e-4ea8-8984-3c69a81a4b7e"
    ],
    "album": "Wilder",
    "release_id": "fcb41e2b-c9ec-45e8-8254-25a9db82c714",
    "release_group_id": "932d754f-d5e5-3e7b-bc3e-2b6a255e1220",
    "labels": [
        "UMC",
        "Universal"
    ],
    "label_ids": [
        "7a5d5938-5059-46db-8ad4-7ef212f56b90",
        "1391bdc7-a22c-48a4-a5fb-e7b8ef6ce143"
    ],
    "release_date": "2013-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}