Information about plays

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

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

{
    "id": 468689,
    "uri": "https://api.kexp.org/v2/plays/468689/?format=api",
    "airdate": "2001-09-22T00:55:42-07:00",
    "show": 7973,
    "show_uri": "https://api.kexp.org/v2/shows/7973/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51SbGdNi%2BXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51SbGdNi%2BXL._SL75_.jpg",
    "song": "Saludo a Changó",
    "track_id": null,
    "recording_id": null,
    "artist": "Compay Segundo",
    "artist_ids": [
        "8b8ab7a4-add8-4353-a586-e1086e521af8"
    ],
    "album": "Calle salud",
    "release_id": "6fa4f4b7-21f8-4403-b6f2-88206d878c1d",
    "release_group_id": null,
    "labels": [
        "Warner Music Sweden AB"
    ],
    "label_ids": [
        "e401ebfc-89bb-4a30-a062-f91625ece68a"
    ],
    "release_date": "2000-02-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}