Information about plays

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

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

{
    "id": 1355983,
    "uri": "https://api.kexp.org/v2/plays/1355983/?format=api",
    "airdate": "2008-03-30T00:55:35-07:00",
    "show": 23681,
    "show_uri": "https://api.kexp.org/v2/shows/23681/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Clearwater",
    "track_id": null,
    "recording_id": null,
    "artist": "The Valley",
    "artist_ids": [
        "7282a1df-0218-470a-941d-ac46eaea7a38"
    ],
    "album": "Purple Octopus EP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}