Information about plays

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

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

{
    "id": 1387606,
    "uri": "https://api.kexp.org/v2/plays/1387606/?format=api",
    "airdate": "2008-06-19T18:57:42-07:00",
    "show": 24222,
    "show_uri": "https://api.kexp.org/v2/shows/24222/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61gr%2BkyUacL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61gr%2BkyUacL._SL75_.jpg",
    "song": "I Gotta Have My Baby Back",
    "track_id": "2596dcd7-c420-4061-b224-6aa97afebe45",
    "recording_id": null,
    "artist": "Willie Nelson & Merle Haggard & Ray Price",
    "artist_ids": [
        "7b8fe393-b1f6-453c-a0e9-d8871a0c6f70"
    ],
    "album": "Last of the Breed (disc 1)",
    "release_id": "61f0fa42-efb7-476a-973b-370203ca5127",
    "release_group_id": null,
    "labels": [
        "Lost Highway Records"
    ],
    "label_ids": [
        "5b34c929-fd09-4b57-a8bf-1e8eb0f21c12"
    ],
    "release_date": "2007-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}