Information about plays

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

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

{
    "id": 351924,
    "uri": "https://api.kexp.org/v2/plays/351924/?format=api",
    "airdate": "2019-07-09T02:26:00-07:00",
    "show": 5865,
    "show_uri": "https://api.kexp.org/v2/shows/5865/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Once Upon a Time",
    "track_id": "898bf380-c14a-30b4-983d-3abb51323bd6",
    "recording_id": null,
    "artist": "Air",
    "artist_ids": [
        "cb67438a-7f50-4f2b-a6f1-2bb2729fd538"
    ],
    "album": "Pocket Symphony",
    "release_id": "9ce8eed9-5244-46b4-be8a-d3059cf0fa20",
    "release_group_id": null,
    "labels": [
        "EMI Music France"
    ],
    "label_ids": [],
    "release_date": "2007-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Since 1995, Air has released six studio albums, one collaborative studio album, two soundtrack albums, one mix album, one compilation album, one remix album, two video albums, one extended play, twenty-two singles and sixteen music videos.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}