Information about plays

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

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

{
    "id": 3417307,
    "uri": "https://api.kexp.org/v2/plays/3417307/?format=api",
    "airdate": "2024-10-25T23:53:10-07:00",
    "show": 61673,
    "show_uri": "https://api.kexp.org/v2/shows/61673/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Stretch Marks",
    "track_id": null,
    "recording_id": "21147a96-2829-4c29-90c4-4de77bf6f69d",
    "artist": "Qveen Herby",
    "artist_ids": [
        "fb274bf0-f0d5-4304-8d4a-1df8fe5bf8ab"
    ],
    "album": "Halloqveen",
    "release_id": null,
    "release_group_id": "a4a605bd-e831-4bd1-afd3-179dba430765",
    "labels": [
        "Checkbook Records"
    ],
    "label_ids": [
        "ed1953b0-6795-487d-b6bd-d81a3c3f5c76"
    ],
    "release_date": "2021-10-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}