Information about plays

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

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

{
    "id": 3412737,
    "uri": "https://api.kexp.org/v2/plays/3412737/?format=api",
    "airdate": "2024-10-15T01:37:56-07:00",
    "show": 61580,
    "show_uri": "https://api.kexp.org/v2/shows/61580/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Beneath the Concrete",
    "track_id": null,
    "recording_id": "c92c4f7e-bcc7-42b4-8441-520b3fafd1c8",
    "artist": "Resistant Culture",
    "artist_ids": [
        "2dac8c0b-841b-47d3-af72-d3c8402669f2"
    ],
    "album": "All One Struggle",
    "release_id": null,
    "release_group_id": "5612562e-bc2a-4825-8353-2f6a6b6c5f7a",
    "labels": [],
    "label_ids": [],
    "release_date": "2010-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": "https://resistantculture.bandcamp.com/album/all-one-struggle",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}