Information about plays

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

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

{
    "id": 1243890,
    "uri": "https://api.kexp.org/v2/plays/1243890/?format=api",
    "airdate": "2007-06-17T12:42:51-07:00",
    "show": 21792,
    "show_uri": "https://api.kexp.org/v2/shows/21792/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/518NHlX5B5L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/518NHlX5B5L._SL75_.jpg",
    "song": "From Embrace to Embrace",
    "track_id": "84cdf6b7-170f-456b-a483-b9357a8d3128",
    "recording_id": null,
    "artist": "Joy Wants Eternity",
    "artist_ids": [
        "a97b3bb7-aa0c-4889-b236-16ca1b543f98"
    ],
    "album": "You Who Pretend to Sleep",
    "release_id": "cd9f69f3-90ab-44c4-a243-0d0796300882",
    "release_group_id": null,
    "labels": [
        "Beep Repaired"
    ],
    "label_ids": [
        "d955a085-9ab5-4d00-80ab-75be6ecfd1d8"
    ],
    "release_date": "2007-05-22",
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}