Information about plays

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

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

{
    "id": 354372,
    "uri": "https://api.kexp.org/v2/plays/354372/?format=api",
    "airdate": "2019-07-14T17:17:00-07:00",
    "show": 5907,
    "show_uri": "https://api.kexp.org/v2/shows/5907/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "This Time (I'm Gonna Try It My Way)",
    "track_id": "14d68cc1-74f5-361d-8e71-5d44a47606dd",
    "recording_id": null,
    "artist": "DJ Shadow",
    "artist_ids": [
        "efa2c11a-1a35-4b60-bc1b-66d37de88511"
    ],
    "album": "The Outsider",
    "release_id": "755cf4a4-fc6d-4a48-a90a-726778829fc2",
    "release_group_id": null,
    "labels": [
        "Universal Motown Republic Group"
    ],
    "label_ids": [],
    "release_date": "2006-09-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://djshadow.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}