Information about plays

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

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

{
    "id": 2675690,
    "uri": "https://api.kexp.org/v2/plays/2675690/?format=api",
    "airdate": "2019-12-20T02:21:26-08:00",
    "show": 46184,
    "show_uri": "https://api.kexp.org/v2/shows/46184/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Freak of Nature",
    "track_id": "fba34fa8-8f5b-443e-b76e-6601ac961e89",
    "recording_id": null,
    "artist": "Mark Ronson & The Last Artful, Dodgr",
    "artist_ids": [
        "53ff5804-d59a-444d-bcc8-2692ed37ed88"
    ],
    "album": "Mark Ronson Presents the Music of \"Spies in Disguise\"",
    "release_id": "3fcb21b7-b1ef-499a-ad3e-e02f246a1fd7",
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "2019-12-13",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}