Information about plays

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

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

{
    "id": 3416857,
    "uri": "https://api.kexp.org/v2/plays/3416857/?format=api",
    "airdate": "2024-10-24T21:06:25-07:00",
    "show": 61663,
    "show_uri": "https://api.kexp.org/v2/shows/61663/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Can I Help Me?",
    "track_id": null,
    "recording_id": "5d846de5-e3f8-44e3-a8bd-c64e6d31064f",
    "artist": "Plastics",
    "artist_ids": [
        "9f1100e8-cf5f-4c3b-be80-3e86963986aa"
    ],
    "album": "Welcome Plastics",
    "release_id": null,
    "release_group_id": "c7f1f8e4-923d-463d-b134-dd8f119b1234",
    "labels": [
        "INVITATION"
    ],
    "label_ids": [
        "ad429b25-2a6c-4c2a-a864-3d732c814ce7"
    ],
    "release_date": "1980-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Plastics, or the Plastics, were a short-lived Japanese new wave band who rose to prominence in the late 1970s and early 1980s. Their music was a major influence on Japanese pop music and their songs have been covered by many bands.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}