Information about plays

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

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

{
    "id": 371013,
    "uri": "https://api.kexp.org/v2/plays/371013/?format=api",
    "airdate": "2019-08-22T20:14:00-07:00",
    "show": 6180,
    "show_uri": "https://api.kexp.org/v2/shows/6180/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "If I Said You Had a Beautiful Body (Would You Hold It Against Me)",
    "track_id": "3d1000e4-4bc8-3cb5-9246-5429f97717b9",
    "recording_id": null,
    "artist": "The Bellamy Brothers",
    "artist_ids": [
        "252b5d32-5bd5-4cae-9d48-6aafa2145c33"
    ],
    "album": "The Two and Only",
    "release_id": "f22bd5cb-5ef6-4c73-afc2-0edc88d0058d",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1979-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "from 1979",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}