Information about plays

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

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

{
    "id": 3437362,
    "uri": "https://api.kexp.org/v2/plays/3437362/?format=api",
    "airdate": "2024-12-13T00:26:05-08:00",
    "show": 62093,
    "show_uri": "https://api.kexp.org/v2/shows/62093/?format=api",
    "image_uri": "https://coverartarchive.org/release/f8c07fba-4045-44f4-af83-4b1baca35847/18899083969-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f8c07fba-4045-44f4-af83-4b1baca35847/18899083969-250.jpg",
    "song": "Got It Bad Y'all",
    "track_id": null,
    "recording_id": "a31be67f-5033-4cc8-a51d-299d5ffd2dd5",
    "artist": "Tha Alcoholiks, King Tee",
    "artist_ids": [],
    "album": "Ruff Rhymes",
    "release_id": null,
    "release_group_id": "8031e6a6-a925-35dd-96ba-407f5163f4b0",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1998-11-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}