Information about plays

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

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

{
    "id": 466210,
    "uri": "https://api.kexp.org/v2/plays/466210/?format=api",
    "airdate": "2001-09-14T18:05:42-07:00",
    "show": 7926,
    "show_uri": "https://api.kexp.org/v2/shows/7926/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61M99MA9EAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61M99MA9EAL._SL75_.jpg",
    "song": "Mona Lisa",
    "track_id": "a27f6a44-1742-4505-9a0d-e236302819f6",
    "recording_id": null,
    "artist": "Carl Mann",
    "artist_ids": [
        "1630f57d-20af-4239-a3e3-709cf01840e2"
    ],
    "album": "The Legendary Sun Records Story, Volume 1 (disc 1)",
    "release_id": "0c3e388b-413b-44ed-81ae-4329e6f9d1ce",
    "release_group_id": null,
    "labels": [
        "Castle Pulse"
    ],
    "label_ids": [
        "123faf47-cdac-4874-ae4b-6f0bab2b9703"
    ],
    "release_date": "2000-01-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}