Information about plays

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

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

{
    "id": 3415798,
    "uri": "https://api.kexp.org/v2/plays/3415798/?format=api",
    "airdate": "2024-10-22T04:54:36-07:00",
    "show": 61641,
    "show_uri": "https://api.kexp.org/v2/shows/61641/?format=api",
    "image_uri": "https://coverartarchive.org/release/b5bf07c8-5fbb-4a63-a017-176292eaf814/23595183558-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b5bf07c8-5fbb-4a63-a017-176292eaf814/23595183558-250.jpg",
    "song": "Ahead of Time",
    "track_id": null,
    "recording_id": "83010790-eb98-4d09-861c-4f637e060b1e",
    "artist": "Baltra with 박혜진 park hye jin",
    "artist_ids": [
        "38b71a79-51c6-4547-80c4-4bf0afe6cc4a",
        "cc26d3e4-7c22-45da-8d70-111e2b7f517b"
    ],
    "album": "Ted",
    "release_id": null,
    "release_group_id": "50525022-e72b-4ff9-ab72-3108eeee50e1",
    "labels": [
        "96 and Forever Records"
    ],
    "label_ids": [
        "11ddc7a7-140f-4c74-aeb0-ffd7777194a2"
    ],
    "release_date": "2019-07-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "THANKS FOR LISTENING HAVE A GREAT WEEK EVERYONE\n\n<3 <3 <3 <3 <3 <3 <3",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}