Information about plays

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

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

{
    "id": 2683198,
    "uri": "https://api.kexp.org/v2/plays/2683198/?format=api",
    "airdate": "2020-01-07T09:31:53-08:00",
    "show": 46312,
    "show_uri": "https://api.kexp.org/v2/shows/46312/?format=api",
    "image_uri": "https://coverartarchive.org/release/553849ea-0c72-3239-af7a-f59a8e048f0b/2589359162-250.jpg",
    "thumbnail_uri": "",
    "song": "How Soon Is Now?",
    "track_id": "ae0f77b4-e170-38c4-9f41-05716aff3f34",
    "recording_id": null,
    "artist": "The Smiths",
    "artist_ids": [
        "40f5d9e4-2de7-4f2d-ad41-e31a9a9fea27"
    ],
    "album": "Meat Is Murder",
    "release_id": "553849ea-0c72-3239-af7a-f59a8e048f0b",
    "release_group_id": null,
    "labels": [
        "wea"
    ],
    "label_ids": [
        "fe7ee819-e43e-4cb2-8e72-463879e4b3e7"
    ],
    "release_date": "1993-11-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Morrissey and Marr receive 25% of the royalties for the Soho hit, \"Hippychick\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}