Information about plays

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

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

{
    "id": 464397,
    "uri": "https://api.kexp.org/v2/plays/464397/?format=api",
    "airdate": "2001-09-09T10:00:00-07:00",
    "show": 7889,
    "show_uri": "https://api.kexp.org/v2/shows/7889/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The More I Keep On Losing",
    "track_id": null,
    "recording_id": null,
    "artist": "Janiva Magness",
    "artist_ids": [
        "db62fc2b-99c2-418a-a1f4-111b11f0ec41"
    ],
    "album": "Blues Ain't Pretty",
    "release_id": "34b53af3-475a-4ec8-b17c-6eeeba6db395",
    "release_group_id": null,
    "labels": [
        "Blues Leaf"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}