Information about plays

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

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

{
    "id": 3590457,
    "uri": "https://api.kexp.org/v2/plays/3590457/?format=api",
    "airdate": "2025-12-13T05:25:30-08:00",
    "show": 65363,
    "show_uri": "https://api.kexp.org/v2/shows/65363/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Age of Impotence",
    "track_id": "6f88bc0f-3e8a-4bbd-9823-638a6ab7feda",
    "recording_id": "794145b9-5116-473f-8a35-73fe1119db53",
    "artist": "Cursive",
    "artist_ids": [
        "c4153c51-b4ac-4183-beb3-c5dbfce39176"
    ],
    "album": "Devourer",
    "release_id": "7cac1c44-2562-47f5-8e08-55a795cc103e",
    "release_group_id": "7c23a4f6-a4e1-49ae-ba46-a0c599a8ab57",
    "labels": [
        "Run for Cover Records"
    ],
    "label_ids": [
        "9c5c93da-b877-4c50-9ae8-7c6aaaf32e51"
    ],
    "release_date": "2024-09-13",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}