Information about plays

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

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

{
    "id": 2681211,
    "uri": "https://api.kexp.org/v2/plays/2681211/?format=api",
    "airdate": "2020-01-02T12:07:06-08:00",
    "show": 46277,
    "show_uri": "https://api.kexp.org/v2/shows/46277/?format=api",
    "image_uri": "https://coverartarchive.org/release/528a8837-5cb9-4865-93d3-00c6e15ceae1/7008316276-250.jpg",
    "thumbnail_uri": "",
    "song": "Sir Nose D'Voidoffunk (Pay Attention-B3M)",
    "track_id": "fcedeca7-3b4a-32d3-ba58-55d700ec1565",
    "recording_id": null,
    "artist": "Parliament",
    "artist_ids": [
        "d1947987-9614-49ae-bd36-8000e6b6f7d0"
    ],
    "album": "Funkentelechy vs. the Placebo Syndrome",
    "release_id": "528a8837-5cb9-4865-93d3-00c6e15ceae1",
    "release_group_id": null,
    "labels": [
        "Casablanca Records"
    ],
    "label_ids": [
        "98f93684-2a6f-4d40-ac6a-41fd0cc8ecc8"
    ],
    "release_date": "1990-02-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Parliment's front man George Clinton is extending his farewell tour into 2020, no word yet if Clinton will bring his funk and groove to Seattle... for the sake of all that is holy, let's hope so.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}