Information about plays

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

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

{
    "id": 3411002,
    "uri": "https://api.kexp.org/v2/plays/3411002/?format=api",
    "airdate": "2024-10-10T18:56:41-07:00",
    "show": 61539,
    "show_uri": "https://api.kexp.org/v2/shows/61539/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Say Hey (I Love You)",
    "track_id": "561d48b7-863f-383b-b533-625768619305",
    "recording_id": "d13256ba-cbb0-4f83-8a5d-c57252cc1d6e",
    "artist": "Michael Franti & Spearhead feat. Cherine Anderson",
    "artist_ids": [
        "e23eac42-f904-47da-8599-823ff431bea4",
        "83f31d3b-f966-4713-aafb-d159b2b2081c"
    ],
    "album": "All Rebel Rockers",
    "release_id": "7aa8f878-1ca8-4550-b273-042a397c69a2",
    "release_group_id": "9c9ef097-cabd-3d8b-9be5-d3d32640e79c",
    "labels": [
        "Anti‐"
    ],
    "label_ids": [
        "5b8cf470-f162-4ee3-9b9f-77ff4ee0c601"
    ],
    "release_date": "2008-09-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Russ wrote - \n\"It's my Wife Amanda's birthday today and wondered if you could find time to play \"Say Hey\" by Michael Franti & Spearhead?  I know she would love to hear it.\"\n\nHere you go Russ, and happy birthday Amanda!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}