Information about plays

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

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

{
    "id": 516574,
    "uri": "https://api.kexp.org/v2/plays/516574/?format=api",
    "airdate": "2002-02-11T10:33:00-08:00",
    "show": 8913,
    "show_uri": "https://api.kexp.org/v2/shows/8913/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Truck Drivin' Man",
    "track_id": "ee09e7c0-2eb3-418a-98be-cc68fb40cd43",
    "recording_id": null,
    "artist": "The Twangbangers",
    "artist_ids": [
        "ce0a91b2-389a-4129-bdad-5158c6b2e079"
    ],
    "album": "26 Days on the Road",
    "release_id": "b8be65fa-e516-4e5d-ae09-fd1be057aa64",
    "release_group_id": null,
    "labels": [
        "Hightone"
    ],
    "label_ids": [],
    "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"
}