Information about plays

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

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

{
    "id": 3413425,
    "uri": "https://api.kexp.org/v2/plays/3413425/?format=api",
    "airdate": "2024-10-16T12:01:34-07:00",
    "show": 61591,
    "show_uri": "https://api.kexp.org/v2/shows/61591/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Colossus",
    "track_id": "ad80a24f-3d1c-4401-b5dc-fa45df53c6db",
    "recording_id": "2474de83-72f3-4154-b5a8-1c090466dcb7",
    "artist": "IDLES",
    "artist_ids": [
        "be465d4f-c28d-4ba1-94ab-ebaada7db8af"
    ],
    "album": "Joy as an Act of Resistance.",
    "release_id": "882917bf-09f9-42c2-8c3e-41bb741d126e",
    "release_group_id": "45003bef-d379-441d-b246-358f0b78985c",
    "labels": [
        "Partisan Records"
    ],
    "label_ids": [
        "d4ec5bb3-1d64-40fe-9629-ee1e452e251e"
    ],
    "release_date": "2018-08-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out when IDLES performed this song in our studio back in 2018: \nhttps://www.youtube.com/watch?v=35NtjSFsMnI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}