Information about plays

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

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

{
    "id": 3526150,
    "uri": "https://api.kexp.org/v2/plays/3526150/?format=api",
    "airdate": "2025-07-12T21:15:21-07:00",
    "show": 63998,
    "show_uri": "https://api.kexp.org/v2/shows/63998/?format=api",
    "image_uri": "https://coverartarchive.org/release/6a11c3df-2cc0-4b09-bd4a-63368ed4e1fb/41421529991-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6a11c3df-2cc0-4b09-bd4a-63368ed4e1fb/41421529991-250.jpg",
    "song": "I Wonder",
    "track_id": null,
    "recording_id": "3e743618-10c2-4f1c-b723-98e6d3531c99",
    "artist": "ROACH SQUAD",
    "artist_ids": [
        "bd19d831-67ae-4b10-978c-4ffc01df0d61"
    ],
    "album": "ROACH SQUAD",
    "release_id": null,
    "release_group_id": "5104dc21-4cb3-426e-b5d9-d6b97d682976",
    "labels": [
        "Rad Girlfriend Records"
    ],
    "label_ids": [
        "e474a00a-4829-4080-9476-8f8297f0f13c"
    ],
    "release_date": "2025-03-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "You can check out the music video for I Wonder by following the link below:\n\nhttps://youtu.be/OqkUwH6-mmQ?si=PH09sn7gT3Ln2zQL+\n\nhttps://roachsquad.bandcamp.com/album/roach-squad",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}