Information about plays

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

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

{
    "id": 1277025,
    "uri": "https://api.kexp.org/v2/plays/1277025/?format=api",
    "airdate": "2007-09-09T03:15:37-07:00",
    "show": 22350,
    "show_uri": "https://api.kexp.org/v2/shows/22350/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31NKN3DF6SL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31NKN3DF6SL._SL75_.jpg",
    "song": "Bobo the Hobo",
    "track_id": "b796d336-8125-4077-b0a9-aeaec8c0f55d",
    "recording_id": null,
    "artist": "Rick Holmstrom",
    "artist_ids": [
        "acb98512-0bd8-49e0-8656-3fb9904db5b9"
    ],
    "album": "Hydraulic Groove",
    "release_id": "10690ba6-41f4-4a87-a300-6af87f31be1b",
    "release_group_id": null,
    "labels": [
        "Tone-Cool Records"
    ],
    "label_ids": [
        "b03252f8-b10f-4811-b40a-459fb6f1fafe"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}