Information about plays

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

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

{
    "id": 3419008,
    "uri": "https://api.kexp.org/v2/plays/3419008/?format=api",
    "airdate": "2024-10-29T21:44:11-07:00",
    "show": 61711,
    "show_uri": "https://api.kexp.org/v2/shows/61711/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Atypical (Original Mix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Jean du Voyage, Romane Beaugrand",
    "artist_ids": [],
    "album": "Atypical",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Banzaï Lab"
    ],
    "label_ids": [
        "37918823-dd8d-4e37-9d18-2b06063ef656"
    ],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jean du Voyage is known for blending various electronic genres with rich soundscapes, while Romane Beaugrand's contributions add a unique vocal texture, enhancing the track's atmosphere. Not to mention, this rich mix of tabla and the electro style you hear!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}