Information about plays

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

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

{
    "id": 1337295,
    "uri": "https://api.kexp.org/v2/plays/1337295/?format=api",
    "airdate": "2008-02-11T05:41:44-08:00",
    "show": 23370,
    "show_uri": "https://api.kexp.org/v2/shows/23370/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51SptvkmDIL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51SptvkmDIL._SL75_.jpg",
    "song": "A Long Dream",
    "track_id": "26ba8460-9a7e-4327-bcaa-c83b5980c818",
    "recording_id": null,
    "artist": "Tyler Ramsey",
    "artist_ids": [
        "22d7eac8-bdc1-4036-9194-187e3ad04323"
    ],
    "album": "A Long Dream About Swimming Across the Sea",
    "release_id": "c99eaef7-ba7a-4e8f-98fc-81e252693490",
    "release_group_id": null,
    "labels": [
        "Echo Mountain Records"
    ],
    "label_ids": [
        "ee33ffe3-66ea-4509-be65-cfca34199535"
    ],
    "release_date": "2008-01-15",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}