Information about plays

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

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

{
    "id": 3416969,
    "uri": "https://api.kexp.org/v2/plays/3416969/?format=api",
    "airdate": "2024-10-25T03:55:22-07:00",
    "show": 61665,
    "show_uri": "https://api.kexp.org/v2/shows/61665/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Halloween",
    "track_id": "9cf73bdd-db33-4985-a027-3f05d9d7320f",
    "recording_id": "b830d069-18af-4544-8e31-a39206b2bb61",
    "artist": "Wussy",
    "artist_ids": [
        "db4295e7-06e1-433c-93cb-2f2a86a7ea3a"
    ],
    "album": "Attica!",
    "release_id": "f15dafdb-215f-435c-8d51-13fd1fb25c6b",
    "release_group_id": "26421c87-4085-4321-bcd6-411fb72db0d2",
    "labels": [
        "Shake It! Records"
    ],
    "label_ids": [
        "e1e12b79-21ab-403e-bea0-8a81dbf5ed42"
    ],
    "release_date": "2014-05-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}