Information about plays

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

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

{
    "id": 3413178,
    "uri": "https://api.kexp.org/v2/plays/3413178/?format=api",
    "airdate": "2024-10-16T00:38:54-07:00",
    "show": 61587,
    "show_uri": "https://api.kexp.org/v2/shows/61587/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Monkeyland",
    "track_id": null,
    "recording_id": "1ba3db2f-94b3-4a01-997f-613cd0e18ddb",
    "artist": "The Chameleons",
    "artist_ids": [
        "8d07f60f-b9f4-46c0-9c27-31de0fb9b671"
    ],
    "album": "Elevated Living: Live",
    "release_id": null,
    "release_group_id": "aa159728-6fdd-46dd-b898-6a942bf52c09",
    "labels": [
        "Cherry Red Records"
    ],
    "label_ids": [
        "0a866b14-bfd8-4e74-b451-ada9fc713329"
    ],
    "release_date": "2021-09-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Request for Chameleons UK! See their tour dates here. https://www.songkick.com/artists/150433-chameleons",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}