Information about plays

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

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

{
    "id": 346016,
    "uri": "https://api.kexp.org/v2/plays/346016/?format=api",
    "airdate": "2019-06-25T15:52:26-07:00",
    "show": 5769,
    "show_uri": "https://api.kexp.org/v2/shows/5769/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Laziko",
    "track_id": "c047511b-97ef-483b-b3cd-fca3b5f57108",
    "recording_id": null,
    "artist": "Gaye Su Akyol",
    "artist_ids": [
        "9a156579-3b0c-4cc6-82b5-b199d43410fc"
    ],
    "album": "İstikrarlı Hayal Hakikattir",
    "release_id": "1df6b1a0-3228-469a-82b3-02c36fa2173b",
    "release_group_id": null,
    "labels": [
        "Glitterbeat"
    ],
    "label_ids": [
        "2b63cc99-f955-427a-828d-440635381748"
    ],
    "release_date": "2018-10-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Turkish singer-songwriter Gaye Su Akyol released her third full length album, İstikrarlı Hayal Hakikattir, on October 26th.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}