Information about plays

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

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

{
    "id": 532663,
    "uri": "https://api.kexp.org/v2/plays/532663/?format=api",
    "airdate": "2002-03-29T20:00:00-08:00",
    "show": 9222,
    "show_uri": "https://api.kexp.org/v2/shows/9222/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Don't Care If The Sun Don't Shine",
    "track_id": "ca8380dd-04e0-4b91-b61c-ff2959a01f27",
    "recording_id": null,
    "artist": "Elvis Presley ",
    "artist_ids": [
        "01809552-4f87-45b0-afff-2c6f0730a3be"
    ],
    "album": "Louisiana Hayride Shows 1954-56",
    "release_id": "3da2f641-356d-49db-ba13-ad5190ddc57b",
    "release_group_id": null,
    "labels": [],
    "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"
}