Information about plays

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

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

{
    "id": 3417352,
    "uri": "https://api.kexp.org/v2/plays/3417352/?format=api",
    "airdate": "2024-10-26T02:35:22-07:00",
    "show": 61674,
    "show_uri": "https://api.kexp.org/v2/shows/61674/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Come to Daddy (Pappy mix)",
    "track_id": "e9b7aa2e-6ec0-33f3-a297-2280928623e3",
    "recording_id": "7c22ff37-4987-42b3-9810-68d9360882d2",
    "artist": "Aphex Twin",
    "artist_ids": [
        "f22942a1-6f70-4f48-866e-238cb2308fbd"
    ],
    "album": "Come to Daddy",
    "release_id": "0931f506-5138-3c27-b561-fc95f0d813a9",
    "release_group_id": "1186c363-a371-3b3e-9fa8-bbe3bc659a15",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1997-10-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Great middle of the night song ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}