Information about plays

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

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

{
    "id": 420896,
    "uri": "https://api.kexp.org/v2/plays/420896/?format=api",
    "airdate": "2001-05-03T18:41:44-07:00",
    "show": 7043,
    "show_uri": "https://api.kexp.org/v2/shows/7043/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51fUyXlH-cL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51fUyXlH-cL._SL75_.jpg",
    "song": "She Knows When You're on My Mind",
    "track_id": "ed7310e7-dcde-41e1-b860-5d31bd1caeb5",
    "recording_id": null,
    "artist": "George Strait",
    "artist_ids": [
        "5ab2cf34-517e-48eb-b3a5-34e1cbcd600a"
    ],
    "album": "Blue Clear Sky",
    "release_id": "d5b351f9-9855-48b0-aeee-4048024d79f8",
    "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"
}