Information about plays

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

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

{
    "id": 1336108,
    "uri": "https://api.kexp.org/v2/plays/1336108/?format=api",
    "airdate": "2008-02-08T05:38:02-08:00",
    "show": 23348,
    "show_uri": "https://api.kexp.org/v2/shows/23348/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/01T5CK3FJ4L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/01T5CK3FJ4L._SL75_.jpg",
    "song": "Hide n Seekin'",
    "track_id": "fb9270b4-4de2-4714-a170-205fb657888a",
    "recording_id": null,
    "artist": "Paul Westerberg",
    "artist_ids": [
        "9d800ed2-b7a8-4d2e-a45f-ff1ef1bfab09"
    ],
    "album": "Eventually",
    "release_id": "f324e5d9-0515-4fef-b392-c7f45923a05a",
    "release_group_id": null,
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1996-04-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}