Information about plays

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

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

{
    "id": 374818,
    "uri": "https://api.kexp.org/v2/plays/374818/?format=api",
    "airdate": "2019-08-31T11:04:00-07:00",
    "show": 6238,
    "show_uri": "https://api.kexp.org/v2/shows/6238/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Living It Up",
    "track_id": null,
    "recording_id": null,
    "artist": "Damian \"Jr. Gong\" Marley",
    "artist_ids": [],
    "album": "Stony Hill",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Ghetto Youths International"
    ],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Damian is a Jamaican reggae artist whose real name is Damian Robert Nesta \"Jr. Gong\" Marley. His nickname was derived from Bob's alias \"Tuff Gong.\" He is his dad's only biological child. Stony Hill is an ode to the Jamaican neighborhood that he and his family lived in for years.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}