Information about plays

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

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

{
    "id": 506597,
    "uri": "https://api.kexp.org/v2/plays/506597/?format=api",
    "airdate": "2002-01-13T12:37:00-08:00",
    "show": 8719,
    "show_uri": "https://api.kexp.org/v2/shows/8719/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51XxTvlrOXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51XxTvlrOXL._SL75_.jpg",
    "song": "Strange",
    "track_id": "f9e75273-100c-4747-b049-d0555fa84eb4",
    "recording_id": null,
    "artist": "Patsy Cline",
    "artist_ids": [
        "ad82dd72-0df3-4a09-8d7a-1af9c9e80522"
    ],
    "album": "The Patsy Cline Story",
    "release_id": "2d008323-3af7-4f1f-9235-8398354ef003",
    "release_group_id": null,
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1973-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}