Information about plays

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

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

{
    "id": 433221,
    "uri": "https://api.kexp.org/v2/plays/433221/?format=api",
    "airdate": "2001-06-10T12:15:00-07:00",
    "show": 7288,
    "show_uri": "https://api.kexp.org/v2/shows/7288/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Going Away",
    "track_id": "e6722698-8f45-4d09-a87e-ba11bbd08178",
    "recording_id": null,
    "artist": "The Staple Singers",
    "artist_ids": [
        "3d49e36a-cc9e-411e-93c6-d1646ba5bd3a"
    ],
    "album": "Overcome, Volume 1: Preaching in Rhythm and Funk",
    "release_id": "f35605b5-5041-4690-ba4b-daa93077e818",
    "release_group_id": null,
    "labels": [
        "Trikont"
    ],
    "label_ids": [
        "bdbc8d73-1954-4c4f-b552-b5ba38cf94ff"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}