Information about plays

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

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

{
    "id": 432718,
    "uri": "https://api.kexp.org/v2/plays/432718/?format=api",
    "airdate": "2001-06-08T18:39:13-07:00",
    "show": 7278,
    "show_uri": "https://api.kexp.org/v2/shows/7278/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51xEWb2AgcL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51xEWb2AgcL._SL75_.jpg",
    "song": "Cotton Top",
    "track_id": "6e9872af-cd2a-489e-bcea-acbdbb2b1d5d",
    "recording_id": null,
    "artist": "Carl Perkins",
    "artist_ids": [
        "068bd7ab-c38e-4fae-8ed2-cb0c153ed68f"
    ],
    "album": "Born to Rock",
    "release_id": "a1b2a62a-e319-4090-b8c8-c0ff405244c0",
    "release_group_id": null,
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}