Information about plays

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

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

{
    "id": 487646,
    "uri": "https://api.kexp.org/v2/plays/487646/?format=api",
    "airdate": "2001-11-17T15:56:00-08:00",
    "show": 8343,
    "show_uri": "https://api.kexp.org/v2/shows/8343/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51RSrcyH8TL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51RSrcyH8TL._SL75_.jpg",
    "song": "Dwight Yoakam - A Thousand Miles From Nowhere",
    "track_id": null,
    "recording_id": null,
    "artist": "Dwight Yoakam",
    "artist_ids": [
        "0fb711af-c7ba-4bdc-b0b6-b8495fc0a590"
    ],
    "album": "This Time",
    "release_id": "ba970a63-912b-4fd3-9bd6-59c7d35c6b4c",
    "release_group_id": null,
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1993-03-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}