Information about plays

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

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

{
    "id": 3421680,
    "uri": "https://api.kexp.org/v2/plays/3421680/?format=api",
    "airdate": "2024-11-05T09:57:26-08:00",
    "show": 61769,
    "show_uri": "https://api.kexp.org/v2/shows/61769/?format=api",
    "image_uri": "https://ia803205.us.archive.org/33/items/mbid-5581f772-3e30-4d4e-8e8a-997b6532af61/mbid-5581f772-3e30-4d4e-8e8a-997b6532af61-3946335313_thumb500.jpg",
    "thumbnail_uri": "https://ia903205.us.archive.org/33/items/mbid-5581f772-3e30-4d4e-8e8a-997b6532af61/mbid-5581f772-3e30-4d4e-8e8a-997b6532af61-3946335313_thumb250.jpg",
    "song": "The Waiting",
    "track_id": "0cbeeece-8f84-4c6c-8228-10b1a8febeae",
    "recording_id": "2f729b14-83f9-4b1e-84a6-730829cd4fbe",
    "artist": "Tom Petty and the Heartbreakers",
    "artist_ids": [
        "f93dbc64-6f08-4033-bcc7-8a0bb4689849"
    ],
    "album": "Hard Promises",
    "release_id": "8d33c64a-390b-4f11-bc63-fde3c25caf7c",
    "release_group_id": "0f0eefa6-de67-3af9-8587-1e51c6768ace",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1981-05-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}