Information about plays

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

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

{
    "id": 414640,
    "uri": "https://api.kexp.org/v2/plays/414640/?format=api",
    "airdate": "2001-04-09T16:00:00-07:00",
    "show": 6913,
    "show_uri": "https://api.kexp.org/v2/shows/6913/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41TBKNZK83L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41TBKNZK83L._SL75_.jpg",
    "song": "Oh! Sweet Nuthin'",
    "track_id": null,
    "recording_id": null,
    "artist": "The Velvet Underground",
    "artist_ids": [
        "94b0fb9d-a066-4823-b2ec-af1d324bcfcf"
    ],
    "album": "Loaded",
    "release_id": "3645588f-cdcf-4746-97ac-da059d332010",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1991-10-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}