Information about plays

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

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

{
    "id": 505538,
    "uri": "https://api.kexp.org/v2/plays/505538/?format=api",
    "airdate": "2002-01-10T01:13:00-08:00",
    "show": 8694,
    "show_uri": "https://api.kexp.org/v2/shows/8694/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/319P1K5JVYL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/319P1K5JVYL._SL75_.jpg",
    "song": "Life Is All About Taking Things in and Putting Things Out",
    "track_id": "d199dc50-3626-46fc-9a02-879c58f38c26",
    "recording_id": null,
    "artist": "Telefon Tel Aviv",
    "artist_ids": [
        "453f1594-112e-4d3c-921a-8d14e9c97b2e"
    ],
    "album": "Fahrenheit Fair Enough",
    "release_id": "77b7f962-a391-4af6-a570-0e74159fcb1d",
    "release_group_id": null,
    "labels": [
        "Hefty Records"
    ],
    "label_ids": [
        "349e8c1c-028c-4839-a04d-80714c09ecbe"
    ],
    "release_date": "2001-09-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}