Information about plays

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

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

{
    "id": 481953,
    "uri": "https://api.kexp.org/v2/plays/481953/?format=api",
    "airdate": "2001-10-31T01:00:00-08:00",
    "show": 8229,
    "show_uri": "https://api.kexp.org/v2/shows/8229/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21GESNR7P6L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21GESNR7P6L._SL75_.jpg",
    "song": "Eye Contact",
    "track_id": "b98fdf03-eaee-411a-8f1a-3c715157ba2a",
    "recording_id": null,
    "artist": "The Other People Place",
    "artist_ids": [
        "ce7cfb6e-2a6f-4d3d-8f13-0a5e73307025"
    ],
    "album": "Lifestyles of the Laptop Café",
    "release_id": "496f6f0b-d763-4759-bab8-81a96d18964e",
    "release_group_id": null,
    "labels": [
        "Warp Records"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2001-09-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}