Information about plays

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

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

{
    "id": 371468,
    "uri": "https://api.kexp.org/v2/plays/371468/?format=api",
    "airdate": "2019-08-23T20:33:00-07:00",
    "show": 6185,
    "show_uri": "https://api.kexp.org/v2/shows/6185/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Gold Lion (Diplo remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Yeah Yeah Yeahs",
    "artist_ids": [
        "584c04d2-4acc-491b-8a0a-e63133f4bfc4"
    ],
    "album": "Let Me Know + Gold Lion (Diplo Remix)",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Interscope"
    ],
    "label_ids": [],
    "release_date": "2006-02-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Gold Lion\" was named after the two Gold Lion awards won by the Adidas commercial Hello Tomorrow at the 2005 Cannes Lions International Advertising Festival. Karen O had contributed vocals to ad's song composed by Sam \"Squeak E. Clean\" Spiegel, brother of Karen's then-boyfriend Spike Jonze who had directed the ad.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}