Information about plays

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

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

{
    "id": 3519753,
    "uri": "https://api.kexp.org/v2/plays/3519753/?format=api",
    "airdate": "2025-06-28T01:54:02-07:00",
    "show": 63855,
    "show_uri": "https://api.kexp.org/v2/shows/63855/?format=api",
    "image_uri": "https://coverartarchive.org/release/aaf6be6e-054f-4f60-96e3-ef085ccb1714/32441240589-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/aaf6be6e-054f-4f60-96e3-ef085ccb1714/32441240589-250.jpg",
    "song": "I Need Somebody To Love Tonight (Original 12\" Mix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Sylvester",
    "artist_ids": [
        "4d3b710b-a5f0-4772-97db-f09e47fbc6d8"
    ],
    "album": "Stars",
    "release_id": null,
    "release_group_id": "c72bf4d2-4d2e-4f18-95d3-07ff643151aa",
    "labels": [
        "Fantasy"
    ],
    "label_ids": [
        "757acd4a-dade-433d-b754-53468f243220"
    ],
    "release_date": "1979-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Patrick Cowley – composed and co-wrote the track\n\nSylvester (Sylvester James) – also credited as a co-writer\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}