Information about plays

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

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

{
    "id": 2680505,
    "uri": "https://api.kexp.org/v2/plays/2680505/?format=api",
    "airdate": "2019-12-31T18:43:22-08:00",
    "show": 46266,
    "show_uri": "https://api.kexp.org/v2/shows/46266/?format=api",
    "image_uri": "https://coverartarchive.org/release/6d1814a5-7b92-4844-a462-7afeddc73c4a/9860501845-250.jpg",
    "thumbnail_uri": "",
    "song": "Dougou Badia",
    "track_id": "872de833-a91d-3a7b-93f9-5264e09b5a51",
    "recording_id": null,
    "artist": "Amadou & Mariam feat. Santigold",
    "artist_ids": [
        "97b20fe3-0924-4a5f-9955-d0b5c5f9587f"
    ],
    "album": "Folila",
    "release_id": "6d1814a5-7b92-4844-a462-7afeddc73c4a",
    "release_group_id": null,
    "labels": [
        "Nonesuch"
    ],
    "label_ids": [
        "c69cac59-f512-4edc-ab2c-d04c22dbce20"
    ],
    "release_date": "2012-04-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Amadou & Mariam’s, Folila record features a slew of notable collaborators alongside longtime cohort and producer Marc-Antoine Moreau. Theophilus London, TV On The Radio and Bassekou Kouyate all drop in.\n\nCheck out Amadou & Mariam performing live in the KEXP studio. Recorded August 9, 2017. https://www.youtube.com/watch?v=q4o_pAxoRTU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}