Information about plays

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

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

{
    "id": 1275603,
    "uri": "https://api.kexp.org/v2/plays/1275603/?format=api",
    "airdate": "2007-09-05T13:37:09-07:00",
    "show": 22326,
    "show_uri": "https://api.kexp.org/v2/shows/22326/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51JD5xahGdL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51JD5xahGdL._SL75_.jpg",
    "song": "I'm Losing You",
    "track_id": null,
    "recording_id": null,
    "artist": "John Lennon & Yoko Ono",
    "artist_ids": [
        "5c014631-875c-4f3e-89e9-22cf9d4769a4"
    ],
    "album": "Double Fantasy",
    "release_id": "fca93c05-2c48-42b5-a244-5fe9c9e9c993",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1980-11-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}