Information about plays

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

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

{
    "id": 1268647,
    "uri": "https://api.kexp.org/v2/plays/1268647/?format=api",
    "airdate": "2007-08-18T22:02:05-07:00",
    "show": 22209,
    "show_uri": "https://api.kexp.org/v2/shows/22209/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Toss It Back Like Kerouac",
    "track_id": "02b8e0ec-4c77-441d-a5b5-656eb682b0a6",
    "recording_id": null,
    "artist": "Rock 'n' Roll Monkey and the Robots",
    "artist_ids": [
        "32aba9b3-4466-4616-9faf-107cb5a47285"
    ],
    "album": "Detroit Trauma",
    "release_id": "8b1accb1-f0ad-41ec-b4f1-8002e94444ba",
    "release_group_id": null,
    "labels": [
        "Plastic Bomb"
    ],
    "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"
}