Information about plays

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

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

{
    "id": 2680395,
    "uri": "https://api.kexp.org/v2/plays/2680395/?format=api",
    "airdate": "2019-12-31T12:10:11-08:00",
    "show": 46264,
    "show_uri": "https://api.kexp.org/v2/shows/46264/?format=api",
    "image_uri": "https://coverartarchive.org/release/d71ce642-c771-4a99-ba1f-2478ee29cc48/21282160331-250.jpg",
    "thumbnail_uri": "",
    "song": "To Hell With Poverty",
    "track_id": "287e4ce8-a63f-48fe-9167-145bec91457f",
    "recording_id": null,
    "artist": "Gang of Four",
    "artist_ids": [
        "d8661c02-f423-4d72-8044-40ff05daf7a1"
    ],
    "album": "Return the Gift",
    "release_id": "d71ce642-c771-4a99-ba1f-2478ee29cc48",
    "release_group_id": null,
    "labels": [
        "V2"
    ],
    "label_ids": [
        "dc2f5993-7a3d-4c59-bba0-0a77bf9d7416"
    ],
    "release_date": "2005-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"If the Gang of Four were good for one thing, it was pairing an incredible funk groove with the sea of political rhetoric and angular, feedback soaked guitar music that was their stock and trade.\"  Read more about \"To Hell With Poverty\": http://www.djdmac.com/blog/song-day-gang-of-four-to-hell-with-poverty/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}