Information about plays

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

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

{
    "id": 351333,
    "uri": "https://api.kexp.org/v2/plays/351333/?format=api",
    "airdate": "2019-07-07T14:00:47-07:00",
    "show": 5854,
    "show_uri": "https://api.kexp.org/v2/shows/5854/?format=api",
    "image_uri": "http://coverartarchive.org/release/57ae7578-e4c9-4f20-9c31-6085597843a5/16096999009-250.jpg",
    "thumbnail_uri": "",
    "song": "Think About It",
    "track_id": "50cd3e75-b33c-30d6-8083-ed68e2bafd32",
    "recording_id": null,
    "artist": "The Jayhawks",
    "artist_ids": [
        "24ed5b09-02b1-47fe-bd83-6fa5270039b0"
    ],
    "album": "Sound of Lies",
    "release_id": "57ae7578-e4c9-4f20-9c31-6085597843a5",
    "release_group_id": null,
    "labels": [
        "American Recordings"
    ],
    "label_ids": [
        "f5be9cfe-e1af-405c-a074-caeaed6797c0"
    ],
    "release_date": "1997-04-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}