Information about plays

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

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

{
    "id": 2680954,
    "uri": "https://api.kexp.org/v2/plays/2680954/?format=api",
    "airdate": "2020-01-01T20:07:38-08:00",
    "show": 46272,
    "show_uri": "https://api.kexp.org/v2/shows/46272/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "They Don't Like Me (Where I'm From)",
    "track_id": null,
    "recording_id": null,
    "artist": "Theo Lawrence",
    "artist_ids": [
        "250b974a-f260-4db5-9496-bd1d7ad6f4f2"
    ],
    "album": "Sauce Piquant",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "BMG"
    ],
    "label_ids": [
        "29d7c88f-5200-4418-a683-5c94ea032e38"
    ],
    "release_date": "2019-10-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Roots music from Gentilly, France ; official video for “The Worst In Me”: https://www.youtube.com/watch?v=39mzNiYCs-o ; https://theolawrencemusic.bandcamp.com ; https://www.facebook.com/theolawrencemusic",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}