Information about plays

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

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

{
    "id": 471509,
    "uri": "https://api.kexp.org/v2/plays/471509/?format=api",
    "airdate": "2001-09-30T14:42:00-07:00",
    "show": 8029,
    "show_uri": "https://api.kexp.org/v2/shows/8029/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "This Is Love",
    "track_id": "823be96b-54a1-4cfc-b9bb-9bafd4a22fc9",
    "recording_id": null,
    "artist": "PJ Harvey",
    "artist_ids": [
        "e795e03d-b5d5-4a5f-834d-162cfb308a2c"
    ],
    "album": "Triple J: Live at the Wireless: From the Vaults, Volume 1",
    "release_id": "bcf5b67e-d87d-4435-b426-c174f597f31b",
    "release_group_id": null,
    "labels": [
        "ABC Music"
    ],
    "label_ids": [
        "25f5c927-79c9-4da9-861b-f59c6129e096"
    ],
    "release_date": "2007-06-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}