Information about plays

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

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

{
    "id": 346083,
    "uri": "https://api.kexp.org/v2/plays/346083/?format=api",
    "airdate": "2019-06-25T18:02:00-07:00",
    "show": 5770,
    "show_uri": "https://api.kexp.org/v2/shows/5770/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shook, Shimmy and Shake",
    "track_id": null,
    "recording_id": null,
    "artist": "Owen Gray",
    "artist_ids": [
        "ee11baba-0b24-428b-9fec-396662f40db9"
    ],
    "album": "Trojan Sounds",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Trojan"
    ],
    "label_ids": [],
    "release_date": "2004-08-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Owen Gray, also known as Owen Grey, is one of Jamaica's 'Foundation' singers whose work spans the R&B, ska, rocksteady, and reggae eras of Jamaican music, and he has been credited as Jamaica's first home grown singing star.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}