Information about plays

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

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

{
    "id": 2677221,
    "uri": "https://api.kexp.org/v2/plays/2677221/?format=api",
    "airdate": "2019-12-23T17:38:09-08:00",
    "show": 46211,
    "show_uri": "https://api.kexp.org/v2/shows/46211/?format=api",
    "image_uri": "https://coverartarchive.org/release/79158db6-52e7-4147-bbe0-40e6eafaf875/24856025617-250.jpg",
    "thumbnail_uri": "",
    "song": "In the Afternoon",
    "track_id": "407b546e-c7f1-4095-a6ce-7f59d8f174ab",
    "recording_id": null,
    "artist": "MGMT",
    "artist_ids": [
        "c485632c-b784-4ee9-8ea1-c5fb365681fc"
    ],
    "album": "In the Afternoon",
    "release_id": "79158db6-52e7-4147-bbe0-40e6eafaf875",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-12-11",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The band have also announced they’ll be releasing “In the Afternoon” as a limited-edition 12inch single, paired with the B-side “As You Move Through the World.” The single marks MGMT’s first independent label release off of their own MGMT Records",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}