Information about plays

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

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

{
    "id": 3429237,
    "uri": "https://api.kexp.org/v2/plays/3429237/?format=api",
    "airdate": "2024-11-23T21:39:26-08:00",
    "show": 61930,
    "show_uri": "https://api.kexp.org/v2/shows/61930/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "In Effect",
    "track_id": null,
    "recording_id": null,
    "artist": "Nag",
    "artist_ids": [
        "cf24b9e4-bbaa-4f4c-84d6-ae9b4932773f"
    ],
    "album": "Fear",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Future Shock Recordings"
    ],
    "label_ids": [],
    "release_date": "2024-05-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Atlanta, GA.\n\nAfter three LPs and a bunch of EPs, Nag is back with FEAR! Seven tracks injecting dark and frontal (post)punk.\n\nhttps://futureshockrecordings.bandcamp.com/album/fear",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}