Information about plays

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

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

{
    "id": 2670943,
    "uri": "https://api.kexp.org/v2/plays/2670943/?format=api",
    "airdate": "2019-12-09T10:41:00-08:00",
    "show": 46110,
    "show_uri": "https://api.kexp.org/v2/shows/46110/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cheerleader",
    "track_id": "7e57b3ac-d1f4-477d-a79d-86855293ec52",
    "recording_id": null,
    "artist": "St. Vincent",
    "artist_ids": [
        "5334edc0-5faf-4ca5-b1df-000de3e1f752"
    ],
    "album": "Cheerleader",
    "release_id": "2ceca375-1165-42be-b939-76c35a953524",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [],
    "release_date": "2012-02-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Recorded on the 19th of Januey 2018, St Vincent recorded a classic in studio performance that you can check out on YouTube! Link: https://www.youtube.com/watch?v=ztKJ3RCg2qc&t=423s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}