Information about plays

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

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

{
    "id": 2681857,
    "uri": "https://api.kexp.org/v2/plays/2681857/?format=api",
    "airdate": "2020-01-04T01:42:00-08:00",
    "show": 46287,
    "show_uri": "https://api.kexp.org/v2/shows/46287/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Habibi Taal",
    "track_id": "a43c8be3-1fcf-4570-a6f2-c262683c9bba",
    "recording_id": null,
    "artist": "Alsarah & The Nubatones",
    "artist_ids": [
        "3e6c62cf-6163-48f1-b493-e8633563e3b4"
    ],
    "album": "Silt",
    "release_id": "1e4db651-173d-47e5-931c-5352e18a4a5f",
    "release_group_id": null,
    "labels": [
        "Wonderwheel Recordings"
    ],
    "label_ids": [],
    "release_date": "2014-03-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}