Information about plays

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

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

{
    "id": 1355476,
    "uri": "https://api.kexp.org/v2/plays/1355476/?format=api",
    "airdate": "2008-03-28T19:53:00-07:00",
    "show": 23672,
    "show_uri": "https://api.kexp.org/v2/shows/23672/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Depth Charger",
    "track_id": null,
    "recording_id": null,
    "artist": "Jon and The Nightriders",
    "artist_ids": [
        "c1d26778-5de8-4743-89b1-7e54ee9e9b1e"
    ],
    "album": "Beyond the Beach",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Upstart Records"
    ],
    "label_ids": [
        "ad7f671e-4b97-4d7e-8ed5-c27990c303ec"
    ],
    "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"
}