Information about plays

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

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

{
    "id": 346104,
    "uri": "https://api.kexp.org/v2/plays/346104/?format=api",
    "airdate": "2019-06-25T19:30:00-07:00",
    "show": 5770,
    "show_uri": "https://api.kexp.org/v2/shows/5770/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Only You",
    "track_id": "4d68fbac-5713-420d-afad-f67228f60daf",
    "recording_id": null,
    "artist": "Steve Monite",
    "artist_ids": [
        "53c7987c-25f8-4d1a-9c64-248355de1bcc"
    ],
    "album": "Only You",
    "release_id": "1f1fb822-c488-4021-b8c1-90f8358b6dbe",
    "release_group_id": null,
    "labels": [
        "PMG"
    ],
    "label_ids": [],
    "release_date": "2017-03-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Only You is an afro boogie song that was released in 1984. It is widely hailed as “the holy grail of 1980s Nigerian Funk” by contemporary critics and record collectors.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}