Information about plays

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

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

{
    "id": 374248,
    "uri": "https://api.kexp.org/v2/plays/374248/?format=api",
    "airdate": "2019-08-30T01:12:25-07:00",
    "show": 6228,
    "show_uri": "https://api.kexp.org/v2/shows/6228/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shinzo No Tobira",
    "track_id": null,
    "recording_id": null,
    "artist": "Studio Mule",
    "artist_ids": [],
    "album": "BGM",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Studio Mule"
    ],
    "label_ids": [
        "00eaabc2-64a2-456a-a4b4-7d673c92d8b2"
    ],
    "release_date": "2019-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Japanese label Studio Mule enlists its catalogue roster to remix and reinterpret Japanese pop tunes from the likes of Yukihiro Takahashi, Yellow Magic Orchestra, Dip in the Pool and this smooth jam from Mariah",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}