Information about plays

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

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

{
    "id": 2675049,
    "uri": "https://api.kexp.org/v2/plays/2675049/?format=api",
    "airdate": "2019-12-18T19:36:18-08:00",
    "show": 46177,
    "show_uri": "https://api.kexp.org/v2/shows/46177/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Courtyard feat. Beth Orton",
    "track_id": null,
    "recording_id": null,
    "artist": "Mercury Rev",
    "artist_ids": [],
    "album": "Bobbie Gentry's the Delta Sweete Revisited",
    "release_id": "ae0dc971-9be3-4236-8bcf-cb2368bb4c50",
    "release_group_id": null,
    "labels": [
        "Bella Union"
    ],
    "label_ids": [
        "2e72153d-8eb0-49a3-8b18-3a054d2c7f33"
    ],
    "release_date": "2019-02-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#11 best album of 2019 in the Roadhouse ; Tribute album, celebrating Bobbie Gentry’s Delta Sweete album in collaboration with an album-full of amazing singers ; http://www.mercuryrev.com ; https://www.bethortonofficial.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}