Information about plays

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

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

{
    "id": 1274837,
    "uri": "https://api.kexp.org/v2/plays/1274837/?format=api",
    "airdate": "2007-09-03T18:08:13-07:00",
    "show": 22316,
    "show_uri": "https://api.kexp.org/v2/shows/22316/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/514oOPo4T7L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/514oOPo4T7L._SL75_.jpg",
    "song": "Fomba",
    "track_id": "770eff20-3338-4a6b-8bc9-c2c3768e9048",
    "recording_id": null,
    "artist": "Modeste",
    "artist_ids": [
        "b1f271a4-0c22-421a-8b28-1bf8152d024b"
    ],
    "album": "Fomba / Living Our Destiny",
    "release_id": "c8065bbb-5cb9-4787-a549-f98f8beaf1d6",
    "release_group_id": null,
    "labels": [
        "Space Shop Records"
    ],
    "label_ids": [
        "2de86533-2674-4e04-a00b-2e6193edadb4"
    ],
    "release_date": "2005-06-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}