Information about plays

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

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

{
    "id": 499344,
    "uri": "https://api.kexp.org/v2/plays/499344/?format=api",
    "airdate": "2001-12-22T01:00:00-08:00",
    "show": 8569,
    "show_uri": "https://api.kexp.org/v2/shows/8569/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Old Devil Moon",
    "track_id": "1e0d094a-2155-470b-99dc-a37d2b78d606",
    "recording_id": null,
    "artist": "Frank Sinatra",
    "artist_ids": [
        "197450cd-0124-4164-b723-3c22dd16494d"
    ],
    "album": "The Heart of the Matter: Frank Sinatra Sings About Love",
    "release_id": "f9c86625-94fb-4a01-9ee2-7e59c615c31e",
    "release_group_id": null,
    "labels": [
        "Emi-Capitol"
    ],
    "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"
}