Information about plays

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

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

{
    "id": 342516,
    "uri": "https://api.kexp.org/v2/plays/342516/?format=api",
    "airdate": "2019-06-17T09:46:00-07:00",
    "show": 5712,
    "show_uri": "https://api.kexp.org/v2/shows/5712/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "So in Love",
    "track_id": "992c089c-696a-43e9-a9c1-12644bf101c7",
    "recording_id": null,
    "artist": "Orchestral Manoeuvres in the Dark",
    "artist_ids": [
        "6d072aa8-c851-49c5-92f9-cbca05f4bed9"
    ],
    "album": "Crush",
    "release_id": "3da3bcdf-aec2-45d2-85d2-2fbcd28e7983",
    "release_group_id": null,
    "labels": [
        "Disky"
    ],
    "label_ids": [],
    "release_date": "1985-06-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This was released on this day in 1985!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}