Information about plays

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

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

{
    "id": 1388650,
    "uri": "https://api.kexp.org/v2/plays/1388650/?format=api",
    "airdate": "2008-06-22T10:42:00-07:00",
    "show": 24240,
    "show_uri": "https://api.kexp.org/v2/shows/24240/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "These Arms of Mine",
    "track_id": "bc886bc6-84a3-4863-9ab3-8c06bf138ee2",
    "recording_id": null,
    "artist": "Otis Redding",
    "artist_ids": [
        "82b1f5fd-cd31-41a9-b5d4-7e33f0eb9751"
    ],
    "album": "Dreams to Remember (The Very Best of Otis Redding)",
    "release_id": "7d368346-1ada-4005-8c15-64fd3ec1a5ac",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "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"
}