Information about plays

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

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

{
    "id": 1391508,
    "uri": "https://api.kexp.org/v2/plays/1391508/?format=api",
    "airdate": "2008-06-29T13:18:45-07:00",
    "show": 24287,
    "show_uri": "https://api.kexp.org/v2/shows/24287/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61LIE4RQNDL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61LIE4RQNDL._SL75_.jpg",
    "song": "Party in a Forest (Where's Laura?)",
    "track_id": "12090a33-8329-4b30-b826-38cfe95aee77",
    "recording_id": null,
    "artist": "The Wombats",
    "artist_ids": [
        "e105c272-b5d7-4135-82ef-d60bded54345"
    ],
    "album": "The Wombats Proudly Present: A Guide to Love, Loss & Desperation",
    "release_id": "72436229-4c1f-4b16-b5b3-2a2e0bcc29bc",
    "release_group_id": null,
    "labels": [
        "Roadrunner Records"
    ],
    "label_ids": [
        "5899271b-a77a-4081-93a9-0bd05b9b4180"
    ],
    "release_date": "2008-06-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}