Information about plays

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

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

{
    "id": 3343717,
    "uri": "https://api.kexp.org/v2/plays/3343717/?format=api",
    "airdate": "2024-05-04T12:15:24-07:00",
    "show": 60123,
    "show_uri": "https://api.kexp.org/v2/shows/60123/?format=api",
    "image_uri": "https://ia601602.us.archive.org/27/items/mbid-08159cda-2db5-4bd4-94ca-8d6c75522cb7/mbid-08159cda-2db5-4bd4-94ca-8d6c75522cb7-9970486444_thumb500.jpg",
    "thumbnail_uri": "https://ia801602.us.archive.org/27/items/mbid-08159cda-2db5-4bd4-94ca-8d6c75522cb7/mbid-08159cda-2db5-4bd4-94ca-8d6c75522cb7-9970486444_thumb250.jpg",
    "song": "Go!",
    "track_id": "d83d4529-895a-4d50-ba0f-1e42a870ee77",
    "recording_id": "abc1d814-31da-4018-b088-ec4b8b64757d",
    "artist": "Public Service Broadcasting",
    "artist_ids": [
        "93834e82-3a0b-4ec2-a2e4-6eca0a497e6d"
    ],
    "album": "The Race for Space",
    "release_id": "08159cda-2db5-4bd4-94ca-8d6c75522cb7",
    "release_group_id": "38d7dd30-0b1c-45f5-bde4-a0794dc0ec7c",
    "labels": [
        "Test Card Recordings"
    ],
    "label_ids": [
        "29ad6426-4762-47ed-aba0-73ed2e1f8879"
    ],
    "release_date": "2015-02-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "May the 4th Be With You!\n\n\"Go\" commemorates the 1969 Apollo 11 mission, piloted by Neil Armstrong, with Buzz Aldrin and Michael Collins, the first manned landing on the moon. Armstrong landed the \"Eagle\" lunar module at 20:17:40 UTC on Sunday, July 20 1969, with roughly 50 seconds of fuel remaining.",
    "play_type": "trackplay"
}