Information about plays

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

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

{
    "id": 3343735,
    "uri": "https://api.kexp.org/v2/plays/3343735/?format=api",
    "airdate": "2024-05-04T13:22:27-07:00",
    "show": 60123,
    "show_uri": "https://api.kexp.org/v2/shows/60123/?format=api",
    "image_uri": "https://ia601208.us.archive.org/29/items/mbid-807ff432-accf-4a49-95e7-e19b170f4db2/mbid-807ff432-accf-4a49-95e7-e19b170f4db2-4810129947_thumb500.jpg",
    "thumbnail_uri": "https://ia801208.us.archive.org/29/items/mbid-807ff432-accf-4a49-95e7-e19b170f4db2/mbid-807ff432-accf-4a49-95e7-e19b170f4db2-4810129947_thumb250.jpg",
    "song": "Sing Me Spanish Techno",
    "track_id": "d1d543bb-111c-3421-af03-52648270dd94",
    "recording_id": "2be4431a-1cb9-4ae2-8c1f-5b54710598ae",
    "artist": "The New Pornographers",
    "artist_ids": [
        "25b75a66-ce83-4db3-b136-395a3c3784c4"
    ],
    "album": "Twin Cinema",
    "release_id": "807ff432-accf-4a49-95e7-e19b170f4db2",
    "release_group_id": "5b36f019-6c92-32e0-be67-433e125859d1",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2005-08-23",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Live on KEXP in 2020: https://www.youtube.com/watch?v=WhHtWOUQf-o",
    "play_type": "trackplay"
}