Information about plays

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

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

{
    "id": 3437294,
    "uri": "https://api.kexp.org/v2/plays/3437294/?format=api",
    "airdate": "2024-12-12T20:10:24-08:00",
    "show": 62092,
    "show_uri": "https://api.kexp.org/v2/shows/62092/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "NeverLand Man",
    "track_id": null,
    "recording_id": null,
    "artist": "Soal",
    "artist_ids": [],
    "album": "NeverLand Man",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Soal"
    ],
    "label_ids": [],
    "release_date": "2024-03-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Soal is an up and coming music artist hailing from Laos who is making waves in the music industry. His music is inspired by RnB, HipHop, Pop, Bachata, EDM and Techno sounds.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}