Information about plays

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

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

{
    "id": 3428289,
    "uri": "https://api.kexp.org/v2/plays/3428289/?format=api",
    "airdate": "2024-11-21T14:34:36-08:00",
    "show": 61909,
    "show_uri": "https://api.kexp.org/v2/shows/61909/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Don’t Go",
    "track_id": null,
    "recording_id": "b188489d-10a7-49eb-9dd3-1b9a1f2543d7",
    "artist": "Mary J Blige",
    "artist_ids": [],
    "album": "Love & Life",
    "release_id": null,
    "release_group_id": "18b2f604-ce57-3950-88c3-76d4a4fd5668",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "2003-08-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mary J Blige sampled Lou Donaldson's version of the film title song, \"The Long Goodbye.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}