Information about plays

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

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

{
    "id": 356155,
    "uri": "https://api.kexp.org/v2/plays/356155/?format=api",
    "airdate": "2019-07-18T19:04:00-07:00",
    "show": 5934,
    "show_uri": "https://api.kexp.org/v2/shows/5934/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Third Rate Romance",
    "track_id": "36fc6589-4bd9-4e97-ba45-d6c393286b3c",
    "recording_id": null,
    "artist": "The Amazing Rhythm Aces",
    "artist_ids": [
        "c0b6ccb6-fb87-4594-98fb-370120d2b6e8"
    ],
    "album": "Stacked Deck",
    "release_id": "e16a0da2-d873-4ebc-8e25-752aab81e24a",
    "release_group_id": null,
    "labels": [
        "ABC Records"
    ],
    "label_ids": [
        "c3e5d5a2-53f2-4eab-9641-23d61e511928"
    ],
    "release_date": "1975-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "from 1975. RIP Russell Smith, who passed away last Friday at the age of 70",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}