Information about plays

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

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

{
    "id": 443809,
    "uri": "https://api.kexp.org/v2/plays/443809/?format=api",
    "airdate": "2001-07-11T02:43:20-07:00",
    "show": 7491,
    "show_uri": "https://api.kexp.org/v2/shows/7491/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51%2BR1Dgf3iL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51%2BR1Dgf3iL._SL75_.jpg",
    "song": "Cum on Feel the Noize",
    "track_id": "fc7153c7-5377-40d2-b2fb-cf8732cfa1ea",
    "recording_id": null,
    "artist": "Bran Van 3000",
    "artist_ids": [
        "0dd79a1d-021f-4159-8a7d-d9c107e52a9d"
    ],
    "album": "Glee",
    "release_id": "2adb1e73-7fcc-443c-a588-35c649ba90db",
    "release_group_id": null,
    "labels": [
        "Audiogram"
    ],
    "label_ids": [
        "8e513de9-b17c-45e8-b8cb-48266a1031cd"
    ],
    "release_date": "1998-03-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}