Information about plays

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

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

{
    "id": 353651,
    "uri": "https://api.kexp.org/v2/plays/353651/?format=api",
    "airdate": "2019-07-12T23:23:07-07:00",
    "show": 5891,
    "show_uri": "https://api.kexp.org/v2/shows/5891/?format=api",
    "image_uri": "http://coverartarchive.org/release/de8f99cb-d7a4-4d0d-8948-2375d88cb31c/20946745360-250.jpg",
    "thumbnail_uri": "",
    "song": "Montego Bae",
    "track_id": "75eb0d6e-5693-42a6-b98f-9351fe14669c",
    "recording_id": null,
    "artist": "Noname",
    "artist_ids": [
        "1395c84b-2e84-4f25-9962-f1c0d5aa31ed"
    ],
    "album": "Room 25",
    "release_id": "de8f99cb-d7a4-4d0d-8948-2375d88cb31c",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2018-09-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Listen to more music from Chicago's Noname on nonamehiding.com.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}