Information about plays

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

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

{
    "id": 3604046,
    "uri": "https://api.kexp.org/v2/plays/3604046/?format=api",
    "airdate": "2026-01-13T23:39:01-08:00",
    "show": 65644,
    "show_uri": "https://api.kexp.org/v2/shows/65644/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Run Your Mouth",
    "track_id": null,
    "recording_id": "b0cdf3d5-8f3b-4d47-981b-a5937cebe454",
    "artist": "The Marías",
    "artist_ids": [
        "7a3970c9-ecd8-4eee-a267-4d8c77d97ff3"
    ],
    "album": "Submarine",
    "release_id": null,
    "release_group_id": "217f8621-5905-48eb-a837-000aeb7b7500",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2024-05-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}