Information about plays

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

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

{
    "id": 378385,
    "uri": "https://api.kexp.org/v2/plays/378385/?format=api",
    "airdate": "2019-09-08T14:35:00-07:00",
    "show": 6298,
    "show_uri": "https://api.kexp.org/v2/shows/6298/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Jungle Struttin'",
    "track_id": "6295859b-6843-41c6-95b2-8f558d41c28b",
    "recording_id": null,
    "artist": "The Lions",
    "artist_ids": [
        "4efa2430-969b-4315-a33d-385c86a56ede"
    ],
    "album": "Jungle Struttin'",
    "release_id": "b25a6953-ad52-494d-a345-4cc6dc960cf4",
    "release_group_id": null,
    "labels": [
        "Ubiquity"
    ],
    "label_ids": [],
    "release_date": "2008-02-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Lions was the result of an impromptu recording session including members of Breakestra, Connie Price and the Keystones, Rhythm Roots All-Stars, Orgone, Sound Directions, Plant Life, Poetics and Macy Gray, among others.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}