Information about plays

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

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

{
    "id": 502748,
    "uri": "https://api.kexp.org/v2/plays/502748/?format=api",
    "airdate": "2002-01-01T23:02:00-08:00",
    "show": 8640,
    "show_uri": "https://api.kexp.org/v2/shows/8640/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51HJ5d1TG9L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51HJ5d1TG9L._SL75_.jpg",
    "song": "New Year's Day",
    "track_id": "3acc1d97-f143-4139-b98c-9dd7ce31dd4e",
    "recording_id": null,
    "artist": "U2",
    "artist_ids": [
        "a3cb23fc-acd3-4ce0-8f36-1e5aa6a18432"
    ],
    "album": "The Best of 1980-1990",
    "release_id": "664a7e13-693f-421f-91d2-7e391bdfd231",
    "release_group_id": null,
    "labels": [
        "Island Records"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1998-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}