Information about plays

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

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

{
    "id": 3428464,
    "uri": "https://api.kexp.org/v2/plays/3428464/?format=api",
    "airdate": "2024-11-22T00:56:57-08:00",
    "show": 61911,
    "show_uri": "https://api.kexp.org/v2/shows/61911/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "(There You Go) Tellin' Me No Again",
    "track_id": null,
    "recording_id": "67caac10-14f1-4db3-9590-7baaef6a09e8",
    "artist": "Keith Sweat",
    "artist_ids": [
        "33ecb3d1-9ece-4462-b231-ce6e7a82dd50"
    ],
    "album": "Harlem Romance: The Love Collection",
    "release_id": null,
    "release_group_id": "54edff67-d884-474e-aaa4-6a92a5014909",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2015-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}