Information about plays

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

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

{
    "id": 415594,
    "uri": "https://api.kexp.org/v2/plays/415594/?format=api",
    "airdate": "2001-04-17T05:23:20-07:00",
    "show": 6930,
    "show_uri": "https://api.kexp.org/v2/shows/6930/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Like a Rolling Pin",
    "track_id": null,
    "recording_id": null,
    "artist": "The Replacements",
    "artist_ids": [
        "dc0d05ce-2f47-4962-b4fa-8631a0a51987"
    ],
    "album": "Nothing for All (disc 2)",
    "release_id": "832cd9d9-14ad-4db9-9091-c90f6844153b",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}