Information about plays

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

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

{
    "id": 435499,
    "uri": "https://api.kexp.org/v2/plays/435499/?format=api",
    "airdate": "2001-06-17T02:44:00-07:00",
    "show": 7331,
    "show_uri": "https://api.kexp.org/v2/shows/7331/?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": "Happy Birthday",
    "track_id": "00c1430a-a7d5-48bb-8693-3006c8ad7cef",
    "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"
}