Information about plays

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

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

{
    "id": 532312,
    "uri": "https://api.kexp.org/v2/plays/532312/?format=api",
    "airdate": "2002-03-28T21:56:00-08:00",
    "show": 9215,
    "show_uri": "https://api.kexp.org/v2/shows/9215/?format=api",
    "image_uri": "http://services.kexp.org/resources/images/releases/49180",
    "thumbnail_uri": "http://services.kexp.org/resources/images/releases/49181",
    "song": "Exotica",
    "track_id": "4247092b-730a-49ac-989e-ead43c0ccaaa",
    "recording_id": null,
    "artist": "Harmonic 33",
    "artist_ids": [
        "ff03878f-5947-4d7b-b4a8-7f3f0c19c120"
    ],
    "album": "Extraordinary People",
    "release_id": "6c044104-0a83-4bce-be48-d31894dd85aa",
    "release_group_id": null,
    "labels": [
        "Alphabet Zoo"
    ],
    "label_ids": [
        "3af8c2a1-3d4d-4a42-9035-b53a8e36a257"
    ],
    "release_date": "2002-10-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}