Information about plays

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

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

{
    "id": 429655,
    "uri": "https://api.kexp.org/v2/plays/429655/?format=api",
    "airdate": "2001-05-30T15:51:25-07:00",
    "show": 7221,
    "show_uri": "https://api.kexp.org/v2/shows/7221/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31B7ZYY8RVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31B7ZYY8RVL._SL75_.jpg",
    "song": "Morse",
    "track_id": "857b816f-0efb-416e-9e29-35a2bcf95bf6",
    "recording_id": null,
    "artist": "Nightmares on Wax",
    "artist_ids": [
        "b8c5cc4f-239f-4e02-b46f-b040b77c2030"
    ],
    "album": "Sound of N.O.W.",
    "release_id": "e254e613-e86f-4c6c-829a-cf6eece5f7f3",
    "release_group_id": null,
    "labels": [
        "Matador Records"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2000-03-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}