Information about plays

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

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

{
    "id": 348534,
    "uri": "https://api.kexp.org/v2/plays/348534/?format=api",
    "airdate": "2019-07-01T07:02:10-07:00",
    "show": 5810,
    "show_uri": "https://api.kexp.org/v2/shows/5810/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Waitress",
    "track_id": "62dbd7c1-93eb-46b6-ae59-d2b01c26f7ca",
    "recording_id": null,
    "artist": "Atmosphere",
    "artist_ids": [
        "ef954679-5ee7-4016-acef-7ac71f2fa3d8"
    ],
    "album": "When Life Gives You Lemons, You Paint That Shit Gold",
    "release_id": "04b0349e-3791-4330-95c2-4fc2ed9b9b54",
    "release_group_id": null,
    "labels": [
        "Rhymesayers Entertainment"
    ],
    "label_ids": [
        "d8d53751-d146-41dc-a95b-58332e41e03f"
    ],
    "release_date": "2008-04-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From the Minneapolis hip hop duo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}