Information about plays

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

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

{
    "id": 3415467,
    "uri": "https://api.kexp.org/v2/plays/3415467/?format=api",
    "airdate": "2024-10-21T07:42:45-07:00",
    "show": 61635,
    "show_uri": "https://api.kexp.org/v2/shows/61635/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Something In The Air",
    "track_id": "9b0a666a-7cc2-4fc1-9a62-6bfa6fa60380",
    "recording_id": "81e47f2d-764f-4d8f-9f18-0ecc8994ffca",
    "artist": "Lauren Mayberry",
    "artist_ids": [
        "a3de3425-e96b-4857-a35c-e949fab8d80b"
    ],
    "album": "Something In The Air",
    "release_id": "a5b426a2-3697-4e36-adb4-3eac9813f944",
    "release_group_id": "8016c067-1f1b-4048-9158-32468049cc40",
    "labels": [],
    "label_ids": [],
    "release_date": "2024-10-02",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mayberry will release a solo album, 'Vicious Creature,' later this year.\nhttps://laurenmayberry.co.uk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}