Information about plays

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

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

{
    "id": 1281705,
    "uri": "https://api.kexp.org/v2/plays/1281705/?format=api",
    "airdate": "2007-09-21T03:44:03-07:00",
    "show": 22428,
    "show_uri": "https://api.kexp.org/v2/shows/22428/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fly on the Window",
    "track_id": "47afee38-6ad9-46b6-8045-ee4903928619",
    "recording_id": null,
    "artist": "Numbers",
    "artist_ids": [
        "930af6f3-bff3-4132-9c7d-bfdc1785537d"
    ],
    "album": "Now You Are This",
    "release_id": "1957ef0d-4e32-437d-bab1-ccd78e971c37",
    "release_group_id": null,
    "labels": [
        "Kill Rock Stars"
    ],
    "label_ids": [
        "a16c4ee6-8f6b-4314-9701-465c2e11dffe"
    ],
    "release_date": "2007-08-21",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}