Information about plays

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

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

{
    "id": 1294898,
    "uri": "https://api.kexp.org/v2/plays/1294898/?format=api",
    "airdate": "2007-10-25T01:32:13-07:00",
    "show": 22654,
    "show_uri": "https://api.kexp.org/v2/shows/22654/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Trust",
    "track_id": "6f72f498-74e3-4fa4-bbd4-292c650a3866",
    "recording_id": null,
    "artist": "DJ Kentaro",
    "artist_ids": [
        "e5e9a7c1-9967-4385-b167-ff65a67779df"
    ],
    "album": "Enter",
    "release_id": "1a867983-07db-41e2-9d15-a4dfe499cbbc",
    "release_group_id": null,
    "labels": [
        "Ninja Tune"
    ],
    "label_ids": [
        "dc940013-b8a8-4362-a465-291026c04b42"
    ],
    "release_date": "2007-04-23",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}