Information about plays

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

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

{
    "id": 3421635,
    "uri": "https://api.kexp.org/v2/plays/3421635/?format=api",
    "airdate": "2024-11-05T07:39:32-08:00",
    "show": 61769,
    "show_uri": "https://api.kexp.org/v2/shows/61769/?format=api",
    "image_uri": "https://ia802708.us.archive.org/4/items/mbid-c584b0c1-4073-40ef-8b52-d45f9bda8d16/mbid-c584b0c1-4073-40ef-8b52-d45f9bda8d16-10023501405_thumb500.jpg",
    "thumbnail_uri": "https://ia902708.us.archive.org/4/items/mbid-c584b0c1-4073-40ef-8b52-d45f9bda8d16/mbid-c584b0c1-4073-40ef-8b52-d45f9bda8d16-10023501405_thumb250.jpg",
    "song": "Streets of Philadelphia",
    "track_id": "ba17f927-918a-4ade-b3c7-a22221af10bb",
    "recording_id": "7dad3901-1dfe-4672-9944-47d5693a3b49",
    "artist": "Bruce Springsteen",
    "artist_ids": [
        "70248960-cb53-4ea4-943a-edb18f7d336f"
    ],
    "album": "Philadelphia: Music From the Motion Picture",
    "release_id": "c584b0c1-4073-40ef-8b52-d45f9bda8d16",
    "release_group_id": "235d0ed1-8889-4174-8383-c4725ea22741",
    "labels": [
        "Epic Soundtrax"
    ],
    "label_ids": [
        "f65eb039-2e15-4139-83d9-d31dbbf18afa"
    ],
    "release_date": "1993-11-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Requested by a \"John\" in Seattle Center",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}