Information about plays

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

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

{
    "id": 1308780,
    "uri": "https://api.kexp.org/v2/plays/1308780/?format=api",
    "airdate": "2007-11-30T21:05:42-08:00",
    "show": 22891,
    "show_uri": "https://api.kexp.org/v2/shows/22891/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/5147%2BnG1akL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/5147%2BnG1akL._SL75_.jpg",
    "song": "Super Duper Love (Are You Diggin' on Me?), Part 1",
    "track_id": null,
    "recording_id": null,
    "artist": "Joss Stone",
    "artist_ids": [
        "dbbc47a5-1338-4830-9298-a8d0b11c0a46"
    ],
    "album": "The Soul Sessions",
    "release_id": "2289de69-323e-4166-bf8f-c7a392b93abc",
    "release_group_id": null,
    "labels": [
        "S‐Curve Records"
    ],
    "label_ids": [
        "508797d9-e5c3-4376-be2e-30b3bb58eca7"
    ],
    "release_date": "2003-09-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}