Information about plays

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

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

{
    "id": 3413279,
    "uri": "https://api.kexp.org/v2/plays/3413279/?format=api",
    "airdate": "2024-10-16T06:26:48-07:00",
    "show": 61589,
    "show_uri": "https://api.kexp.org/v2/shows/61589/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Peaceful Place",
    "track_id": "2b53523a-b75f-43c2-8a5a-d6db7c111dd0",
    "recording_id": "6dde8d37-528a-4a84-a720-284de9d294c7",
    "artist": "Leon Bridges",
    "artist_ids": [
        "69d9dfd7-19b7-4a75-8a53-9f733fb5d774"
    ],
    "album": "Leon",
    "release_id": "05b9c9fa-4bf7-45dd-933d-b23314ae51c0",
    "release_group_id": "e10184a1-7777-40d1-b4e9-1f394f8e41a7",
    "labels": [
        "Columbia Records"
    ],
    "label_ids": [
        "ad6f8706-c95e-443b-8579-8e3ecd27126c"
    ],
    "release_date": "2024-10-04",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New music from Leon Bridges! His new album \"Leon\" will be released October 4th. Bridges will perform at The Greek Theatre in Berkeley, CA on October 18th. https://www.leonbridges.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}