Information about plays

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

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

{
    "id": 2679414,
    "uri": "https://api.kexp.org/v2/plays/2679414/?format=api",
    "airdate": "2019-12-29T03:46:00-08:00",
    "show": 46247,
    "show_uri": "https://api.kexp.org/v2/shows/46247/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tenemos que hablar",
    "track_id": "78520254-4b42-4d7a-bb3e-45f9a3b421b7",
    "recording_id": null,
    "artist": "Bad Bunny",
    "artist_ids": [
        "89aa5ecb-59ad-46f5-b3eb-2d424e941f19"
    ],
    "album": "X 100PRE",
    "release_id": "691a36e6-8cd9-4066-820e-2f261a8bca97",
    "release_group_id": null,
    "labels": [
        "Rimas Entertainment LLC"
    ],
    "label_ids": [],
    "release_date": "2018-12-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The debut studio album from Puerto Rican artist Bad Bunny released Christmas Eve of 2018.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}