Information about plays

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

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

{
    "id": 2675438,
    "uri": "https://api.kexp.org/v2/plays/2675438/?format=api",
    "airdate": "2019-12-19T16:02:00-08:00",
    "show": 46181,
    "show_uri": "https://api.kexp.org/v2/shows/46181/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Brothers",
    "track_id": null,
    "recording_id": null,
    "artist": "Pillow Queens",
    "artist_ids": [
        "3329e0ce-14b6-4b51-b658-85f6392554a3"
    ],
    "album": "Brothers",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Specialist Subject Records"
    ],
    "label_ids": [],
    "release_date": "2019-11-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Pillow Queens formed as a band in late 2016 when the group released their first demo EP entitled Calm Girls. The release of this record was followed by performances on the Irish festival circuit, including at Electric Picnic and All Together Now. After the release of their second EP, State of the State, the group performed with the likes of Pussy Riot, Future Islands, Idles and performed in the IMRO room at Other Voices",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}