Information about plays

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

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

{
    "id": 3418501,
    "uri": "https://api.kexp.org/v2/plays/3418501/?format=api",
    "airdate": "2024-10-28T19:22:36-07:00",
    "show": 61702,
    "show_uri": "https://api.kexp.org/v2/shows/61702/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Playing Rough",
    "track_id": null,
    "recording_id": "f5c48bd3-6787-4666-84e6-686598c3baaa",
    "artist": "Buzzed Lightbeer",
    "artist_ids": [
        "a0b4b475-a2f1-48e3-a68d-46efe64609b2"
    ],
    "album": "Buzzed Lightbeer",
    "release_id": null,
    "release_group_id": "1c748dd1-85d5-45e8-b404-a201ef6a0e0a",
    "labels": [],
    "label_ids": [],
    "release_date": "2018-09-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}