Information about plays

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

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

{
    "id": 2677768,
    "uri": "https://api.kexp.org/v2/plays/2677768/?format=api",
    "airdate": "2019-12-25T02:39:57-08:00",
    "show": 46221,
    "show_uri": "https://api.kexp.org/v2/shows/46221/?format=api",
    "image_uri": "https://coverartarchive.org/release/6629d170-17fb-44e5-b2e0-365c751184b6/7908388160-250.jpg",
    "thumbnail_uri": "",
    "song": "Head On",
    "track_id": "edce8dff-7dee-4530-abed-bdd3ab689719",
    "recording_id": null,
    "artist": "The Jesus and Mary Chain",
    "artist_ids": [
        "e938a15c-b17e-4e7a-9f68-ff0d536cab44"
    ],
    "album": "Automatic",
    "release_id": "6629d170-17fb-44e5-b2e0-365c751184b6",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1989-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Request! For Chris on her birthday!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}