Information about plays

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

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

{
    "id": 354431,
    "uri": "https://api.kexp.org/v2/plays/354431/?format=api",
    "airdate": "2019-07-14T21:08:00-07:00",
    "show": 5909,
    "show_uri": "https://api.kexp.org/v2/shows/5909/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Unlimited",
    "track_id": null,
    "recording_id": null,
    "artist": "Freddie Joachim",
    "artist_ids": [
        "a00b9456-464a-4418-a1d6-200e43ee17ef"
    ],
    "album": "Beyond The Sea Of Trees",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Jakarta Records"
    ],
    "label_ids": [],
    "release_date": "2018-05-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Freddie gained worldwide popularity after working with Brooklyn emcee, Joey Badass, and their single, “Waves,” on Joey's debut album, \"1999 Mixtape\", and later, his \"B4DA$$\" album and he has continued to produce music featuring such artists as, J.Cole, Joey Badass, Aloe Blacc, Blu, Grap Luva, LMNO, Kev Brown, and more. Hear more: https://soundcloud.com/freddiejoachim#_=_",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}