Information about plays

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

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

{
    "id": 2679391,
    "uri": "https://api.kexp.org/v2/plays/2679391/?format=api",
    "airdate": "2019-12-29T02:40:00-08:00",
    "show": 46247,
    "show_uri": "https://api.kexp.org/v2/shows/46247/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cheat Code",
    "track_id": "1b5dbb05-47ab-4952-8df1-40b8d4115b13",
    "recording_id": null,
    "artist": "Wiki",
    "artist_ids": [
        "383b0514-362e-4aeb-9950-04a75fc0210c"
    ],
    "album": "Cheat Code",
    "release_id": "3f442617-2763-461a-9d47-83a6faca5bdd",
    "release_group_id": null,
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2019-02-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In a press release for his new song 'Cheat Codes,' New York rapper Wiki said this about the track: \"The song is sort of about the question of if there’s a cheat code to life. Ultimately there isn’t. I talk about cheat codes specifically and drop some references, but I also talk about coming up and getting around in New York.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}