Information about plays

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

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

{
    "id": 1257112,
    "uri": "https://api.kexp.org/v2/plays/1257112/?format=api",
    "airdate": "2007-07-20T20:40:00-07:00",
    "show": 22013,
    "show_uri": "https://api.kexp.org/v2/shows/22013/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ignition",
    "track_id": "b7e7f880-2338-4696-9f15-5768c59f2c1c",
    "recording_id": null,
    "artist": "Brian Setzer",
    "artist_ids": [
        "7878a1ce-1f6d-4e44-8a2c-39e7bc547dde"
    ],
    "album": "Rockabilly Dynamite in Hamburg",
    "release_id": "97053d72-7d1a-471d-bf8d-46f2705b3b52",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "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"
}