Information about plays

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

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

{
    "id": 349526,
    "uri": "https://api.kexp.org/v2/plays/349526/?format=api",
    "airdate": "2019-07-03T09:43:45-07:00",
    "show": 5822,
    "show_uri": "https://api.kexp.org/v2/shows/5822/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "So Fresh, So Clean",
    "track_id": "78ff67fe-00e2-3830-a3cb-bd00570a1e3b",
    "recording_id": null,
    "artist": "OutKast",
    "artist_ids": [
        "73fdb566-a9b1-494c-9f32-51768ec9fd27"
    ],
    "album": "Stankonia",
    "release_id": "71f0eea5-99fc-38e6-b0b2-390dcd50bf24",
    "release_group_id": null,
    "labels": [
        "LaFace Records"
    ],
    "label_ids": [
        "4fe1da66-ecf9-469a-828c-ef6301d1bd5c"
    ],
    "release_date": "2000-10-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Ain't nobody dope as me I'm dressed so fresh so clean...\" Here's the official video: https://www.youtube.com/watch?v=-JfEJq56IwI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}