Information about plays

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

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

{
    "id": 463018,
    "uri": "https://api.kexp.org/v2/plays/463018/?format=api",
    "airdate": "2001-09-05T06:55:42-07:00",
    "show": 7863,
    "show_uri": "https://api.kexp.org/v2/shows/7863/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Disconnected",
    "track_id": "34be654c-fac4-4f9f-ae84-12da5aac4e0a",
    "recording_id": null,
    "artist": "Tim Keegan & The Homer Lounge",
    "artist_ids": [
        "4fc59cbd-5cd1-49ce-b18e-00617a4f4633"
    ],
    "album": "Long Distance Information",
    "release_id": "943e771b-d67d-4e63-ac93-5bea3aa4036e",
    "release_group_id": null,
    "labels": [
        "Flydaddy"
    ],
    "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"
}