Information about plays

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

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

{
    "id": 502960,
    "uri": "https://api.kexp.org/v2/plays/502960/?format=api",
    "airdate": "2002-01-02T14:17:00-08:00",
    "show": 8644,
    "show_uri": "https://api.kexp.org/v2/shows/8644/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/11RGP248A2L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/11RGP248A2L._SL75_.jpg",
    "song": "To Myself",
    "track_id": "919e61b2-2495-4408-b6d6-fcc571f0c642",
    "recording_id": null,
    "artist": "SIANspheric",
    "artist_ids": [
        "4e42cef3-120b-4a4a-87d0-2eac0a163232"
    ],
    "album": "The Sound of the Colour of the Sun",
    "release_id": "0b0c0e27-4038-40c4-b85b-8ae97dd72a15",
    "release_group_id": null,
    "labels": [
        "Sonic Unyon Records"
    ],
    "label_ids": [
        "529875d7-b9f8-461a-a939-1ce3d9c6f0c4"
    ],
    "release_date": "2001-06-12",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}