Information about plays

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

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

{
    "id": 530742,
    "uri": "https://api.kexp.org/v2/plays/530742/?format=api",
    "airdate": "2002-03-24T20:44:00-08:00",
    "show": 9190,
    "show_uri": "https://api.kexp.org/v2/shows/9190/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Can't Get Enough",
    "track_id": "b9743e65-1a42-4936-896d-98f6e6b6b955",
    "recording_id": null,
    "artist": "Bad Company",
    "artist_ids": [
        "0053dbd9-bfbc-4e38-9f08-66a27d914c38"
    ],
    "album": "Highs of the Seventies",
    "release_id": "e1161ffa-0e01-4ebf-8f26-6be11666138d",
    "release_group_id": null,
    "labels": [
        "Bad Company"
    ],
    "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"
}