Information about plays

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

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

{
    "id": 371738,
    "uri": "https://api.kexp.org/v2/plays/371738/?format=api",
    "airdate": "2019-08-24T11:49:04-07:00",
    "show": 6191,
    "show_uri": "https://api.kexp.org/v2/shows/6191/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Queen Majesty",
    "track_id": null,
    "recording_id": null,
    "artist": "The Uniques",
    "artist_ids": [
        "d98293a9-c5b1-4aea-851e-8b479fd4de45"
    ],
    "album": "Bunny Lee: Dreads Enter The Gates With Praise",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Soul Jazz Records"
    ],
    "label_ids": [
        "88ff5195-2c1a-4ea6-94b4-f96384f9bf52"
    ],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}