Information about plays

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

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

{
    "id": 3416345,
    "uri": "https://api.kexp.org/v2/plays/3416345/?format=api",
    "airdate": "2024-10-23T14:50:16-07:00",
    "show": 61653,
    "show_uri": "https://api.kexp.org/v2/shows/61653/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mas Manos",
    "track_id": "bfd9cbb9-32c0-45be-b6ef-859f8c74d96f",
    "recording_id": "cf2d9a30-37b8-44cf-bc17-cc41fbd1efd6",
    "artist": "Y La Bamba",
    "artist_ids": [
        "f6157276-5fab-43d5-843c-3e77cd1a12d3"
    ],
    "album": "Lucha",
    "release_id": "82cc8d7c-bcf3-405e-b8e7-e795668d31ed",
    "release_group_id": "af0a7c81-2c15-44b7-a142-205e8ff90ccd",
    "labels": [
        "Tender Loving Empire"
    ],
    "label_ids": [
        "6708195c-ef0d-4d2e-a8b3-cba72670f17c"
    ],
    "release_date": "2023-04-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Y La Bamba will play The UC Theatre Taube Family Music Hall in Berkeley on Saturday, November 2nd.\n--\nThis live performance in the KEXP studio last year included \"Mas Manos\": https://www.youtube.com/watch?v=gvRUqONpJjw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}