Information about plays

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

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

{
    "id": 3422384,
    "uri": "https://api.kexp.org/v2/plays/3422384/?format=api",
    "airdate": "2024-11-07T05:54:10-08:00",
    "show": 61785,
    "show_uri": "https://api.kexp.org/v2/shows/61785/?format=api",
    "image_uri": "https://ia801307.us.archive.org/2/items/mbid-fb70321f-78df-30ff-92de-21a4bc9ca16c/mbid-fb70321f-78df-30ff-92de-21a4bc9ca16c-18073305778_thumb500.jpg",
    "thumbnail_uri": "https://ia801307.us.archive.org/2/items/mbid-fb70321f-78df-30ff-92de-21a4bc9ca16c/mbid-fb70321f-78df-30ff-92de-21a4bc9ca16c-18073305778_thumb250.jpg",
    "song": "Come Together",
    "track_id": "496d115f-455c-3119-b110-852d21f4d19e",
    "recording_id": "485bbe7f-d0f7-4ffe-8adb-0f1093dd2dbf",
    "artist": "The Beatles",
    "artist_ids": [
        "b10bbbfc-cf9e-42e0-be17-e2c3e1d2600d"
    ],
    "album": "Abbey Road",
    "release_id": "fb70321f-78df-30ff-92de-21a4bc9ca16c",
    "release_group_id": "9162580e-5df4-32de-80cc-f45a8d8a9b1d",
    "labels": [
        "Parlophone"
    ],
    "label_ids": [
        "df7d1c7f-ef95-425f-8eef-445b3d7bcbd9"
    ],
    "release_date": "1987-10-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Charlotte in the Catskills!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}