Information about plays

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

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

{
    "id": 491181,
    "uri": "https://api.kexp.org/v2/plays/491181/?format=api",
    "airdate": "2001-11-28T09:17:00-08:00",
    "show": 8416,
    "show_uri": "https://api.kexp.org/v2/shows/8416/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41NJV492QAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41NJV492QAL._SL75_.jpg",
    "song": "Like You",
    "track_id": "1a4004e6-2cc1-4c27-88a4-7e351a45fb2a",
    "recording_id": null,
    "artist": "Kristin Hersh",
    "artist_ids": [
        "0b461f11-c7af-4ddb-a30e-5cb0aabb3e7f"
    ],
    "album": "Strange Angels",
    "release_id": "e90cfc19-c70b-4205-9cf9-8f20dcf05514",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "1998-02-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}