Information about plays

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

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

{
    "id": 2679689,
    "uri": "https://api.kexp.org/v2/plays/2679689/?format=api",
    "airdate": "2019-12-29T19:26:00-08:00",
    "show": 46252,
    "show_uri": "https://api.kexp.org/v2/shows/46252/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sweet Sour You",
    "track_id": "bec17c75-2dff-3a97-9d79-f72ed7bafae4",
    "recording_id": null,
    "artist": "Sa-Ra",
    "artist_ids": [
        "77c50d8d-3e58-4e38-9f7c-8a776f7d6741"
    ],
    "album": "The Hollywood Recordings",
    "release_id": "5a210faf-67a1-49b0-92d6-e70eaf50cd80",
    "release_group_id": null,
    "labels": [
        "Babygrande Records"
    ],
    "label_ids": [
        "946cf355-7e4e-418e-9508-dc21b948a057"
    ],
    "release_date": "2007-04-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}