Information about plays

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

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

{
    "id": 347127,
    "uri": "https://api.kexp.org/v2/plays/347127/?format=api",
    "airdate": "2019-06-27T19:33:00-07:00",
    "show": 5781,
    "show_uri": "https://api.kexp.org/v2/shows/5781/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Drag Queens in Limousines",
    "track_id": "edb5a1d6-970c-382a-a537-5aa6062e71ce",
    "recording_id": null,
    "artist": "Mary Gauthier",
    "artist_ids": [
        "1efadc05-01b5-4a39-9c6f-da5c975276dd"
    ],
    "album": "Drag Queens in Limousines",
    "release_id": "ba62578d-6e37-462c-99a9-561fb60b14ca",
    "release_group_id": null,
    "labels": [
        "In The Black Records"
    ],
    "label_ids": [
        "dd1ec333-897c-4cd4-a916-993988c257c6"
    ],
    "release_date": "1999-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}