Information about plays

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

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

{
    "id": 352628,
    "uri": "https://api.kexp.org/v2/plays/352628/?format=api",
    "airdate": "2019-07-10T15:59:00-07:00",
    "show": 5876,
    "show_uri": "https://api.kexp.org/v2/shows/5876/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Charlotte Sometimes",
    "track_id": "9238a40c-aacc-3314-8ca5-d472d756d082",
    "recording_id": null,
    "artist": "The Cure",
    "artist_ids": [
        "69ee3720-a7cb-4402-b48d-a02c366f2bcf"
    ],
    "album": "Staring at the Sea: The Singles",
    "release_id": "6849ab5b-6dd0-3453-8818-8e7eed30f5ec",
    "release_group_id": null,
    "labels": [
        "Elektra"
    ],
    "label_ids": [],
    "release_date": "1986-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}