Information about plays

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

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

{
    "id": 3416057,
    "uri": "https://api.kexp.org/v2/plays/3416057/?format=api",
    "airdate": "2024-10-22T21:57:59-07:00",
    "show": 61647,
    "show_uri": "https://api.kexp.org/v2/shows/61647/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Réparer le monde",
    "track_id": null,
    "recording_id": null,
    "artist": "Léonie Pernet",
    "artist_ids": [
        "0de4c4c7-0525-4e6b-ba13-e05b0c3f18bc"
    ],
    "album": "R​é​parer le monde",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "InFiné"
    ],
    "label_ids": [
        "d920a943-abac-4299-b340-1ad30701b41a"
    ],
    "release_date": "2024-10-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}