Information about plays

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

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

{
    "id": 3422339,
    "uri": "https://api.kexp.org/v2/plays/3422339/?format=api",
    "airdate": "2024-11-07T03:19:25-08:00",
    "show": 61784,
    "show_uri": "https://api.kexp.org/v2/shows/61784/?format=api",
    "image_uri": "https://ia601001.us.archive.org/19/items/mbid-29d91442-5dca-4bfa-aff7-59d0a69bca20/mbid-29d91442-5dca-4bfa-aff7-59d0a69bca20-23700098831_thumb500.jpg",
    "thumbnail_uri": "https://ia601001.us.archive.org/19/items/mbid-29d91442-5dca-4bfa-aff7-59d0a69bca20/mbid-29d91442-5dca-4bfa-aff7-59d0a69bca20-23700098831_thumb250.jpg",
    "song": "Never Will Give Up",
    "track_id": "0cd8d51f-0db0-41d8-b3db-cc2e133f8826",
    "recording_id": "e3c8c7e1-258d-4dce-a5ad-c591f906cf5a",
    "artist": "Alison Krauss & The Cox Family",
    "artist_ids": [
        "6b064ead-91a4-4ac8-8076-b1febe4f4aac",
        "7b8c7275-4359-449e-ae21-e4fa657ccad3"
    ],
    "album": "Hills of Home: 25 Years of Folk Music on Rounder Records",
    "release_id": "29d91442-5dca-4bfa-aff7-59d0a69bca20",
    "release_group_id": "37c14e73-fee1-3994-b2e1-5310e7ebe471",
    "labels": [
        "Rounder"
    ],
    "label_ids": [
        "4b8d82bb-8abc-471f-a809-4060e2bc9a3a"
    ],
    "release_date": "1995-11-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}