Information about plays

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

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

{
    "id": 1268661,
    "uri": "https://api.kexp.org/v2/plays/1268661/?format=api",
    "airdate": "2007-08-18T22:32:00-07:00",
    "show": 22209,
    "show_uri": "https://api.kexp.org/v2/shows/22209/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "If Thats a Police Song",
    "track_id": null,
    "recording_id": null,
    "artist": "Tyvek",
    "artist_ids": [
        "200a53a9-b2d6-40d9-beca-2d75499f4f4e"
    ],
    "album": "Tyvek/Cheveu split 45",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "S-S Records"
    ],
    "label_ids": [
        "ccf01d63-28a4-4848-82c2-41241d1378a7"
    ],
    "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"
}