Information about plays

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

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

{
    "id": 3429232,
    "uri": "https://api.kexp.org/v2/plays/3429232/?format=api",
    "airdate": "2024-11-23T21:26:42-08:00",
    "show": 61930,
    "show_uri": "https://api.kexp.org/v2/shows/61930/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "C'est Magique",
    "track_id": null,
    "recording_id": null,
    "artist": "(+39) 375-649-94-64 My Telephone Number",
    "artist_ids": [],
    "album": "ALBUM #1",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Feral Kid Records"
    ],
    "label_ids": [
        "5408b93d-8d12-4f09-90bb-c7ae2870931d"
    ],
    "release_date": "2024-11-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brescia, Italy\n\nA small fanzine featuring the lyrics is included with the vinyl version.\nThe phone number is real — try calling it!\n\nhttps://393756499464mytelephonenumber.bandcamp.com/album/album-1",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}