Information about plays

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

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

{
    "id": 532760,
    "uri": "https://api.kexp.org/v2/plays/532760/?format=api",
    "airdate": "2002-03-30T02:03:30-08:00",
    "show": 9224,
    "show_uri": "https://api.kexp.org/v2/shows/9224/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21M6RXP2FQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21M6RXP2FQL._SL75_.jpg",
    "song": "1987",
    "track_id": "6a074e10-4a07-4d8c-ac70-d69a5297c401",
    "recording_id": null,
    "artist": "Saul Williams",
    "artist_ids": [
        "756cf672-d4ae-4470-a3af-a43d776a211d"
    ],
    "album": "Amethyst Rock Star",
    "release_id": "d23bd8bc-44f4-452d-b3c7-0ef0411ffbe7",
    "release_group_id": null,
    "labels": [
        "American Recordings"
    ],
    "label_ids": [
        "f5be9cfe-e1af-405c-a074-caeaed6797c0"
    ],
    "release_date": "2001-10-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}