Information about plays

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

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

{
    "id": 515736,
    "uri": "https://api.kexp.org/v2/plays/515736/?format=api",
    "airdate": "2002-02-08T17:59:00-08:00",
    "show": 8891,
    "show_uri": "https://api.kexp.org/v2/shows/8891/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You're Always Breaking Hearts",
    "track_id": null,
    "recording_id": null,
    "artist": "(Various Artists) Sid King & the Five Strings",
    "artist_ids": [],
    "album": "Guys of the Big D Jamboree",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Dragon Street"
    ],
    "label_ids": [
        "00767e5b-558d-4105-8509-a7a8d9f8eb38"
    ],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}