Information about plays

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

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

{
    "id": 1391677,
    "uri": "https://api.kexp.org/v2/plays/1391677/?format=api",
    "airdate": "2008-06-29T22:53:00-07:00",
    "show": 24290,
    "show_uri": "https://api.kexp.org/v2/shows/24290/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Make Me Sweat",
    "track_id": "0b1c70ca-4201-409c-b87c-660617bb176e",
    "recording_id": null,
    "artist": "Basement Jaxx",
    "artist_ids": [
        "28cbf94d-0700-4095-a188-37e373b069a7"
    ],
    "album": "Make Me Sweat",
    "release_id": "cf969c39-70a3-4a4c-9c24-3059e7630b81",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}