Information about plays

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

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

{
    "id": 3414063,
    "uri": "https://api.kexp.org/v2/plays/3414063/?format=api",
    "airdate": "2024-10-17T23:24:34-07:00",
    "show": 61603,
    "show_uri": "https://api.kexp.org/v2/shows/61603/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Great Divide (Album Mix)",
    "track_id": "c28f9385-cca0-48f4-8933-daa8cfa6fddc",
    "recording_id": "f13587fd-0158-4f6b-b4c0-8d73413babed",
    "artist": "Wussy",
    "artist_ids": [
        "db4295e7-06e1-433c-93cb-2f2a86a7ea3a"
    ],
    "album": "Cincinnati Ohio",
    "release_id": "5ec3c6a8-7a49-4b61-84f6-c2e010b979e7",
    "release_group_id": "171614da-4a8f-4578-b953-fe0eb8be0bac",
    "labels": [
        "Shake It! Records"
    ],
    "label_ids": [
        "e1e12b79-21ab-403e-bea0-8a81dbf5ed42"
    ],
    "release_date": "2024-11-15",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}