Information about plays

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

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

{
    "id": 533390,
    "uri": "https://api.kexp.org/v2/plays/533390/?format=api",
    "airdate": "2002-04-01T02:26:49-08:00",
    "show": 9240,
    "show_uri": "https://api.kexp.org/v2/shows/9240/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/517BHnQ2SPL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/517BHnQ2SPL._SL75_.jpg",
    "song": "The Friend Catcher",
    "track_id": "4d854a24-b999-4fe3-9236-36da641960cc",
    "recording_id": null,
    "artist": "The Birthday Party",
    "artist_ids": [
        "cbcd4d49-e892-4fc6-a313-35f275a153d2"
    ],
    "album": "Hee-Haw",
    "release_id": "3b3c9f6b-e74f-414c-9c39-74ab0c72778f",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "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"
}