Information about plays

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

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

{
    "id": 3437432,
    "uri": "https://api.kexp.org/v2/plays/3437432/?format=api",
    "airdate": "2024-12-13T04:32:27-08:00",
    "show": 62094,
    "show_uri": "https://api.kexp.org/v2/shows/62094/?format=api",
    "image_uri": "https://ia800305.us.archive.org/14/items/mbid-6e0aa1d9-17ce-4423-87bc-4fec3d0b5f34/mbid-6e0aa1d9-17ce-4423-87bc-4fec3d0b5f34-38796403938_thumb500.jpg",
    "thumbnail_uri": "https://ia600305.us.archive.org/14/items/mbid-6e0aa1d9-17ce-4423-87bc-4fec3d0b5f34/mbid-6e0aa1d9-17ce-4423-87bc-4fec3d0b5f34-38796403938_thumb250.jpg",
    "song": "Romance",
    "track_id": "81151bde-7c45-495f-9086-af766557adef",
    "recording_id": "5f5de3c7-a82c-4e3a-9517-2f42ab7b2b93",
    "artist": "Fontaines D.C.",
    "artist_ids": [
        "fd87acc7-e0a0-4a45-bc2a-d2ab5c10be68"
    ],
    "album": "Romance",
    "release_id": "6e0aa1d9-17ce-4423-87bc-4fec3d0b5f34",
    "release_group_id": "92b095c1-3bbf-456f-9425-2078ad4e9504",
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2024-08-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Fifth favorite album of the year!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}