Information about plays

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

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

{
    "id": 1391472,
    "uri": "https://api.kexp.org/v2/plays/1391472/?format=api",
    "airdate": "2008-06-29T10:56:00-07:00",
    "show": 24286,
    "show_uri": "https://api.kexp.org/v2/shows/24286/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Woman of the Ghetto",
    "track_id": "dc5aaab2-98e4-4cba-bcda-7da5f4fc3220",
    "recording_id": null,
    "artist": "Marlena Shaw",
    "artist_ids": [
        "f94db5b3-9260-4e81-9d35-6806e50c713f"
    ],
    "album": "Blue Break Beats, Volume 4",
    "release_id": "39148bb7-7693-4ac1-bd6d-37269ae26ac0",
    "release_group_id": null,
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "1999-02-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}