Information about plays

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

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

{
    "id": 2678785,
    "uri": "https://api.kexp.org/v2/plays/2678785/?format=api",
    "airdate": "2019-12-27T13:40:33-08:00",
    "show": 46234,
    "show_uri": "https://api.kexp.org/v2/shows/46234/?format=api",
    "image_uri": "https://coverartarchive.org/release/414012b2-4a20-416f-a946-7b79fd772436/7263894796-250.jpg",
    "thumbnail_uri": "",
    "song": "Funky Kind (Gonna Knock It Down)",
    "track_id": "585f5484-299d-41f2-af21-3046411aea49",
    "recording_id": null,
    "artist": "George Clinton and the P-Funk All Stars",
    "artist_ids": [
        "5d315a04-2b30-4916-9864-929d44c5ff4c"
    ],
    "album": "T.A.P.O.A.F.O.M.",
    "release_id": "414012b2-4a20-416f-a946-7b79fd772436",
    "release_group_id": null,
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1996-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The album title is an abbreviation for \"The Awesome Power of a Fully Operational Mothership\" 🛸",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}