Information about plays

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

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

{
    "id": 1413058,
    "uri": "https://api.kexp.org/v2/plays/1413058/?format=api",
    "airdate": "2008-08-22T19:07:00-07:00",
    "show": 24648,
    "show_uri": "https://api.kexp.org/v2/shows/24648/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Come Dance With Rudy",
    "track_id": "adc7e854-715f-4436-a845-9adbcc046c0e",
    "recording_id": null,
    "artist": "Monroe Chapman",
    "artist_ids": [
        "3175b70c-b028-415b-be11-01f8dab67f82"
    ],
    "album": "Rhythm & Blues Goes Rock 'n' Roll, Volume 2 (disc 4)",
    "release_id": "e0a21ea7-0861-4afb-b14c-c73592556038",
    "release_group_id": null,
    "labels": [
        "The International Music Company"
    ],
    "label_ids": [
        "b8f069fb-7383-4810-8830-49c988ce60d4"
    ],
    "release_date": "2002-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}