Information about plays

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

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

{
    "id": 1312807,
    "uri": "https://api.kexp.org/v2/plays/1312807/?format=api",
    "airdate": "2007-12-11T05:21:52-08:00",
    "show": 22961,
    "show_uri": "https://api.kexp.org/v2/shows/22961/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31CZVBMR66L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31CZVBMR66L._SL75_.jpg",
    "song": "I'll Be You",
    "track_id": null,
    "recording_id": null,
    "artist": "The Replacements",
    "artist_ids": [
        "dc0d05ce-2f47-4962-b4fa-8631a0a51987"
    ],
    "album": "Don't Tell a Soul",
    "release_id": "9c49313c-42e3-4a88-b08b-bc948b6f736b",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1989-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}