Information about plays

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

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

{
    "id": 2680885,
    "uri": "https://api.kexp.org/v2/plays/2680885/?format=api",
    "airdate": "2020-01-01T16:31:36-08:00",
    "show": 46271,
    "show_uri": "https://api.kexp.org/v2/shows/46271/?format=api",
    "image_uri": "https://coverartarchive.org/release/047ae75b-b4b1-4d20-96b9-00e15b008bf4/24349207648-250.jpg",
    "thumbnail_uri": "",
    "song": "Mind Control",
    "track_id": "a1941e10-15cc-4ed0-abf7-c747530cb191",
    "recording_id": null,
    "artist": "Aaliyah Esprit",
    "artist_ids": [
        "fca4c5b3-7103-4ca5-86ac-50bb3c57d358"
    ],
    "album": "Future Bubblers 3.0",
    "release_id": "047ae75b-b4b1-4d20-96b9-00e15b008bf4",
    "release_group_id": null,
    "labels": [
        "Brownswood Recordings"
    ],
    "label_ids": [
        "6483a614-d00f-42b0-af39-a602b3ce5daa"
    ],
    "release_date": "2019-10-11",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bristol, UK.  Originally from Nottingham, Aaliyah has planted foundations in both Bristol and Manchester. She has been announced as a pupil of the highly sought after Future Bubblers programme created by Gilles Peterson.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}