Information about plays

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

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

{
    "id": 2678229,
    "uri": "https://api.kexp.org/v2/plays/2678229/?format=api",
    "airdate": "2019-12-26T03:39:00-08:00",
    "show": 46225,
    "show_uri": "https://api.kexp.org/v2/shows/46225/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Location (feat. Burna Boy)",
    "track_id": null,
    "recording_id": null,
    "artist": "Dave",
    "artist_ids": [],
    "album": "Psychodrama",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Neighbourhood"
    ],
    "label_ids": [
        "dc3464d8-5f4a-4629-aa26-7a542e433990"
    ],
    "release_date": "2019-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"On his debut album, the talented South London rapper Dave explores family and identity with the unguarded catharsis of a therapy session\" - https://soundcloud.com/santandave",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}