Information about plays

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

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

{
    "id": 534126,
    "uri": "https://api.kexp.org/v2/plays/534126/?format=api",
    "airdate": "2002-04-03T05:50:11-08:00",
    "show": 9252,
    "show_uri": "https://api.kexp.org/v2/shows/9252/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/3111B3HDYCL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/3111B3HDYCL._SL75_.jpg",
    "song": "New Laughter Mode (The Way Out)",
    "track_id": "bf56c5cb-0367-4707-8106-ba9e2053a39b",
    "recording_id": null,
    "artist": "Audio Active and Laraaji",
    "artist_ids": [
        "b0a16561-b9f0-457a-ae84-840df16372ff"
    ],
    "album": "The Way Out Is the Way In",
    "release_id": "b14586ed-af16-41a0-ac39-24dfc3a02746",
    "release_group_id": null,
    "labels": [
        "All Saints Records"
    ],
    "label_ids": [
        "e5e2e365-7e43-4f18-9f86-fbf1118acea3"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}