Information about plays

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

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

{
    "id": 347145,
    "uri": "https://api.kexp.org/v2/plays/347145/?format=api",
    "airdate": "2019-06-27T20:31:00-07:00",
    "show": 5781,
    "show_uri": "https://api.kexp.org/v2/shows/5781/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Androgynous",
    "track_id": "789568b6-a0af-4b0a-8295-2001c024e2a4",
    "recording_id": null,
    "artist": "The Replacements",
    "artist_ids": [
        "dc0d05ce-2f47-4962-b4fa-8631a0a51987"
    ],
    "album": "Let It Be",
    "release_id": "ce39c6c2-0829-3ce6-8378-199345285912",
    "release_group_id": null,
    "labels": [
        "Twin/Tone Records"
    ],
    "label_ids": [
        "f551f46d-961e-447c-b88b-8117827cb251"
    ],
    "release_date": "1984-10-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}