Information about plays

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

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

{
    "id": 3417304,
    "uri": "https://api.kexp.org/v2/plays/3417304/?format=api",
    "airdate": "2024-10-25T23:40:44-07:00",
    "show": 61673,
    "show_uri": "https://api.kexp.org/v2/shows/61673/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Then She Bit Me",
    "track_id": null,
    "recording_id": "39b148e9-17e0-41f5-a42f-64fe96f321f2",
    "artist": "DJ Jazzy Jeff",
    "artist_ids": [
        "91ad641b-3b6f-4220-8352-f3f5f909d4e0"
    ],
    "album": "And in This Corner…",
    "release_id": null,
    "release_group_id": "aa323d4d-221b-3a39-9ebb-5d1fc71ab431",
    "labels": [],
    "label_ids": [],
    "release_date": "1989-10-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}