Information about plays

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

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

{
    "id": 508342,
    "uri": "https://api.kexp.org/v2/plays/508342/?format=api",
    "airdate": "2002-01-18T08:49:00-08:00",
    "show": 8748,
    "show_uri": "https://api.kexp.org/v2/shows/8748/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61GHtic92iL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61GHtic92iL._SL75_.jpg",
    "song": "Man and Wife, the Former (Financial Planning)",
    "track_id": "de2fc5ba-7a6b-4ed5-a54d-10c25057eeb4",
    "recording_id": null,
    "artist": "Desaparecidos",
    "artist_ids": [
        "8ab7f591-0506-4f6f-9cfa-293d5aab15e3"
    ],
    "album": "Read Music/Speak Spanish",
    "release_id": "0990282a-1c5b-4b39-b60c-2dd2165ed86f",
    "release_group_id": null,
    "labels": [
        "Saddle Creek Records"
    ],
    "label_ids": [
        "006ea2fb-e616-4743-924a-8bda90fff909"
    ],
    "release_date": "2002-02-19",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}