Information about plays

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

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

{
    "id": 3413932,
    "uri": "https://api.kexp.org/v2/plays/3413932/?format=api",
    "airdate": "2024-10-17T14:33:13-07:00",
    "show": 61600,
    "show_uri": "https://api.kexp.org/v2/shows/61600/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nine Spray",
    "track_id": null,
    "recording_id": "3e8af67e-7835-4ded-a5e8-32072c6c7a4d",
    "artist": "Roc Marciano feat. Ka",
    "artist_ids": [
        "9b14ef6d-119b-47b8-9d06-fc72901451e2",
        "e7d4f00b-2938-4049-aa44-e69a59a7b3da"
    ],
    "album": "Reloaded",
    "release_id": null,
    "release_group_id": "de6f779f-7c14-4725-bf9c-294d7d3e88fc",
    "labels": [
        "Decon"
    ],
    "label_ids": [
        "336ab568-d2f2-430f-b0fa-07ab018f2eb0"
    ],
    "release_date": "2012-11-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}