Information about plays

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

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

{
    "id": 1282900,
    "uri": "https://api.kexp.org/v2/plays/1282900/?format=api",
    "airdate": "2007-09-24T06:36:40-07:00",
    "show": 22451,
    "show_uri": "https://api.kexp.org/v2/shows/22451/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Wu76D9juL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Wu76D9juL._SL75_.jpg",
    "song": "Bad",
    "track_id": null,
    "recording_id": null,
    "artist": "U2",
    "artist_ids": [
        "a3cb23fc-acd3-4ce0-8f36-1e5aa6a18432"
    ],
    "album": "The Unforgettable Fire",
    "release_id": "b8416a9b-f13a-4435-aac3-8b25e48273ca",
    "release_group_id": null,
    "labels": [
        "Island Records"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1984-10-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}