Information about plays

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

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

{
    "id": 376811,
    "uri": "https://api.kexp.org/v2/plays/376811/?format=api",
    "airdate": "2019-09-05T01:57:44-07:00",
    "show": 6271,
    "show_uri": "https://api.kexp.org/v2/shows/6271/?format=api",
    "image_uri": "http://coverartarchive.org/release/92c63284-fef5-43e3-861b-194dc5846883/1258755130-250.jpg",
    "thumbnail_uri": "",
    "song": "Fool",
    "track_id": "df30f5fb-4f1f-3150-bceb-df51af9841d1",
    "recording_id": null,
    "artist": "Cat Power",
    "artist_ids": [
        "05755bf1-380c-487f-983f-d1a02401fa28"
    ],
    "album": "You Are Free",
    "release_id": "92c63284-fef5-43e3-861b-194dc5846883",
    "release_group_id": null,
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2003-02-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cat Power's sixth studio album",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}