Information about plays

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

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

{
    "id": 432318,
    "uri": "https://api.kexp.org/v2/plays/432318/?format=api",
    "airdate": "2001-06-07T14:56:15-07:00",
    "show": 7272,
    "show_uri": "https://api.kexp.org/v2/shows/7272/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/4145PKS1RHL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/4145PKS1RHL._SL75_.jpg",
    "song": "How Sweet It Is to Be in Love",
    "track_id": "d277b02e-83dc-4c72-9b26-6ece40d0d322",
    "recording_id": null,
    "artist": "Johnny Hartman",
    "artist_ids": [
        "356abadf-a35c-4f93-baa2-9977b1c14046"
    ],
    "album": "I Just Dropped by to Say Hello",
    "release_id": "e9a59df7-9375-4337-904e-cf55c90d5887",
    "release_group_id": null,
    "labels": [
        "MCA"
    ],
    "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"
}