Information about plays

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

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

{
    "id": 462069,
    "uri": "https://api.kexp.org/v2/plays/462069/?format=api",
    "airdate": "2001-09-02T11:25:00-07:00",
    "show": 7844,
    "show_uri": "https://api.kexp.org/v2/shows/7844/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Full Time Lover",
    "track_id": "889d1fb0-ae04-4efa-b4a5-b56d2655a588",
    "recording_id": null,
    "artist": "Ann Peebles",
    "artist_ids": [
        "a7e05e3f-7459-4ba6-9041-8b5cacf6338c"
    ],
    "album": "Any Woman's Blues",
    "release_id": "3571d393-e0d1-46b6-bdb3-1fa7d7d93ebe",
    "release_group_id": null,
    "labels": [
        "Rounder Heritage"
    ],
    "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"
}