Information about plays

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

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

{
    "id": 3598044,
    "uri": "https://api.kexp.org/v2/plays/3598044/?format=api",
    "airdate": "2025-12-30T15:09:21-08:00",
    "show": 65517,
    "show_uri": "https://api.kexp.org/v2/shows/65517/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Can't Stand Losing You",
    "track_id": "b4c6d8c8-e1ba-3e96-abf4-3fbb9d7a9dc2",
    "recording_id": "da9c479c-aadb-4b45-b770-e57a5d485be2",
    "artist": "The Police",
    "artist_ids": [
        "9e0e2b01-41db-4008-bd8b-988977d6019a"
    ],
    "album": "Message in a Box: The Complete Recordings",
    "release_id": "35a9ec45-b8b2-4ef5-aba6-b872a84ee8e2",
    "release_group_id": "4479a656-9a69-3315-b3d2-4d0f030977a6",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1993-09-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released in 1978 on debut album \"Outlandos d'Amour.\"\n\n\"Can't Stand Losing You\" features lyrics Sting says took him only five minutes to write.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}