Information about plays

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

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

{
    "id": 344390,
    "uri": "https://api.kexp.org/v2/plays/344390/?format=api",
    "airdate": "2019-06-21T17:23:00-07:00",
    "show": 5738,
    "show_uri": "https://api.kexp.org/v2/shows/5738/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Love Sensation",
    "track_id": "5a5d6e93-29ae-306a-b045-3e21f6c9dd56",
    "recording_id": null,
    "artist": "Loleatta Holloway",
    "artist_ids": [
        "346fa4f6-3f10-40ec-b8d0-4666e4e8b094"
    ],
    "album": "Love Sensation",
    "release_id": "0b810dbf-b16a-4b3a-884c-2670e4093789",
    "release_group_id": null,
    "labels": [
        "Charly Records"
    ],
    "label_ids": [],
    "release_date": "1995-05-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In the late 1980s, her vocals from \"Love Sensation\" were used in the UK #1 hit \"Ride on Time\" by Black Box. Holloway, however, was uncredited for her vocals and Holloway successfully sued the group, which led to an undisclosed court settlement in Holloway's favor.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}