Information about plays

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

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

{
    "id": 3416533,
    "uri": "https://api.kexp.org/v2/plays/3416533/?format=api",
    "airdate": "2024-10-24T02:13:40-07:00",
    "show": 61657,
    "show_uri": "https://api.kexp.org/v2/shows/61657/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Lesson",
    "track_id": null,
    "recording_id": null,
    "artist": "7xvethegenius",
    "artist_ids": [
        "0bc9d241-556f-4bba-8ea7-e0bb7d2c7e19"
    ],
    "album": "Death of Deuce",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2024-01-01",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New from the Buffalo, NY rapper! (Pronounced \"Love the Genius\")",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}