Information about plays

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

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

{
    "id": 533533,
    "uri": "https://api.kexp.org/v2/plays/533533/?format=api",
    "airdate": "2002-04-01T13:13:23-08:00",
    "show": 9242,
    "show_uri": "https://api.kexp.org/v2/shows/9242/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "It's Love",
    "track_id": null,
    "recording_id": null,
    "artist": "Jill Scott ",
    "artist_ids": [
        "b1fb6a18-1626-4011-80fb-eaf83dfebcb6"
    ],
    "album": "Who Is Jill Scott? (Words And Sounds Vol. 1)",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Hidden Beach"
    ],
    "label_ids": [],
    "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"
}