Information about plays

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

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

{
    "id": 1382673,
    "uri": "https://api.kexp.org/v2/plays/1382673/?format=api",
    "airdate": "2008-06-07T02:57:19-07:00",
    "show": 24138,
    "show_uri": "https://api.kexp.org/v2/shows/24138/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21PKMQ47Y9L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21PKMQ47Y9L._SL75_.jpg",
    "song": "Contraption",
    "track_id": "132abe6e-83a3-4ee3-8557-15683e594c6b",
    "recording_id": null,
    "artist": "Antipop Consortium",
    "artist_ids": [
        "e9047e79-300c-4a0e-9110-621aa4a2d3bc"
    ],
    "album": "Arrhythmia",
    "release_id": "ffd5d99f-ea2b-487b-81c9-b15c53294508",
    "release_group_id": null,
    "labels": [
        "Warp Records"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2002-04-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}