Information about plays

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

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

{
    "id": 357656,
    "uri": "https://api.kexp.org/v2/plays/357656/?format=api",
    "airdate": "2019-07-22T13:28:51-07:00",
    "show": 5962,
    "show_uri": "https://api.kexp.org/v2/shows/5962/?format=api",
    "image_uri": "http://coverartarchive.org/release/ceecb737-4f4e-498a-9c88-6ec123f4a3c7/16535820552-250.jpg",
    "thumbnail_uri": "",
    "song": "Give Up the Funk (Tear the Roof Off the Sucker)",
    "track_id": "d63e38e2-9064-3e67-ac77-8aaf641046e7",
    "recording_id": null,
    "artist": "Parliament",
    "artist_ids": [
        "d1947987-9614-49ae-bd36-8000e6b6f7d0"
    ],
    "album": "Mothership Connection",
    "release_id": "ceecb737-4f4e-498a-9c88-6ec123f4a3c7",
    "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": "Playing The Showbox SoDo Thursday, August 8. Happy Birthday, George Clinton! Born on this date in 1941. https://georgeclinton.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}