Information about plays

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

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

{
    "id": 1274997,
    "uri": "https://api.kexp.org/v2/plays/1274997/?format=api",
    "airdate": "2007-09-04T02:22:19-07:00",
    "show": 22318,
    "show_uri": "https://api.kexp.org/v2/shows/22318/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61A2PXTJJZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61A2PXTJJZL._SL75_.jpg",
    "song": "Where Is My Boy? (Featuring Chris Martin)",
    "track_id": null,
    "recording_id": null,
    "artist": "Faultline",
    "artist_ids": [
        "f42ce12a-5007-48b0-8730-f2348784fac6"
    ],
    "album": "Your Love Means Everything",
    "release_id": "ae40ff8a-ff28-4b6c-b698-ae59f8064c26",
    "release_group_id": null,
    "labels": [
        "Elektra Entertainment Group"
    ],
    "label_ids": [
        "198a0950-3a61-456a-a3b5-f4929123ef5d"
    ],
    "release_date": "2002-09-10",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}