Information about plays

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

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

{
    "id": 496493,
    "uri": "https://api.kexp.org/v2/plays/496493/?format=api",
    "airdate": "2001-12-13T19:34:00-08:00",
    "show": 8516,
    "show_uri": "https://api.kexp.org/v2/shows/8516/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51vdB%2B-ozgL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51vdB%2B-ozgL._SL75_.jpg",
    "song": "Sweet Love",
    "track_id": "f7d912f1-63ae-41ca-a9e3-2e0da1f749b3",
    "recording_id": null,
    "artist": "Marty Stuart",
    "artist_ids": [
        "0ceb7e7d-3866-44aa-b8be-9a9f69004236"
    ],
    "album": "Honky Tonkin's What I Do Best",
    "release_id": "34ca18cf-d522-4b94-acda-34130aed3d2d",
    "release_group_id": null,
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1996-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}