Information about plays

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

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

{
    "id": 1375544,
    "uri": "https://api.kexp.org/v2/plays/1375544/?format=api",
    "airdate": "2008-05-18T09:18:00-07:00",
    "show": 24010,
    "show_uri": "https://api.kexp.org/v2/shows/24010/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/418H3XFJ0SL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/418H3XFJ0SL._SL75_.jpg",
    "song": "Here in the Dark",
    "track_id": "80e61579-df7d-462a-a7f2-8a700195b18b",
    "recording_id": null,
    "artist": "T-Bone Walker",
    "artist_ids": [
        "f1a3fb4a-fff6-4556-a290-3704b109da90"
    ],
    "album": "The Complete Imperial Recordings, 1950-1954 (disc 2)",
    "release_id": "267e7fc0-df89-4b61-a2dd-c6bf25b76139",
    "release_group_id": null,
    "labels": [
        "EMI Records USA"
    ],
    "label_ids": [
        "3b76dfe7-0a2d-401a-86a7-f1a30c480e0d"
    ],
    "release_date": "1991-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}