Information about plays

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

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

{
    "id": 1295664,
    "uri": "https://api.kexp.org/v2/plays/1295664/?format=api",
    "airdate": "2007-10-27T00:44:47-07:00",
    "show": 22663,
    "show_uri": "https://api.kexp.org/v2/shows/22663/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51jCl2WWFfL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51jCl2WWFfL._SL75_.jpg",
    "song": "Straight Heat",
    "track_id": "f80d9d2e-9f1c-4f8b-a728-56ae69a72f4b",
    "recording_id": null,
    "artist": "edIT",
    "artist_ids": [
        "1b10928e-d6ee-4a98-ad2a-4b935a12d9f8"
    ],
    "album": "Certified Air Raid Material",
    "release_id": "723c9e09-5798-4943-921e-24b8f93668c5",
    "release_group_id": null,
    "labels": [
        "Alpha Pup Records"
    ],
    "label_ids": [
        "eeb6c2e3-cc09-45f3-8fa8-d694bd4cc173"
    ],
    "release_date": "2007-09-18",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}