Information about plays

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

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

{
    "id": 507980,
    "uri": "https://api.kexp.org/v2/plays/507980/?format=api",
    "airdate": "2002-01-17T07:19:00-08:00",
    "show": 8742,
    "show_uri": "https://api.kexp.org/v2/shows/8742/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lenny Valentino",
    "track_id": "bfae9b5a-8cb6-4091-b8f4-dfdb8430cb1b",
    "recording_id": null,
    "artist": "The Auteurs",
    "artist_ids": [
        "c26c3822-451f-4545-b55a-bd09a3c815ae"
    ],
    "album": "Lenny Valentino",
    "release_id": "5a20f066-8695-4ac4-b280-53812f9093ae",
    "release_group_id": null,
    "labels": [
        "Hut Recordings"
    ],
    "label_ids": [
        "3dc55be1-e308-4b62-b0ac-7ddcf2845b91"
    ],
    "release_date": "1993-11-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}