Information about plays

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

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

{
    "id": 342995,
    "uri": "https://api.kexp.org/v2/plays/342995/?format=api",
    "airdate": "2019-06-18T14:53:40-07:00",
    "show": 5720,
    "show_uri": "https://api.kexp.org/v2/shows/5720/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Dream",
    "track_id": "46155cb0-50a1-364f-baef-68d12d95651f",
    "recording_id": null,
    "artist": "Oh Sees",
    "artist_ids": [
        "194272cc-dcc8-4640-a4a6-66da7d250d5c"
    ],
    "album": "Carrion Crawler / The Dream",
    "release_id": "238ac0cc-bf91-475d-a455-9435181944a3",
    "release_group_id": null,
    "labels": [
        "In the Red Records"
    ],
    "label_ids": [
        "485d19d8-74e5-4c06-8751-ce6f04d3f282"
    ],
    "release_date": "2011-11-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Despite its length, the vinyl pressing of this release refers to it as an \"EP\" (it clocks in at 40:34)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}