Information about plays

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

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

{
    "id": 350554,
    "uri": "https://api.kexp.org/v2/plays/350554/?format=api",
    "airdate": "2019-07-05T18:45:00-07:00",
    "show": 5837,
    "show_uri": "https://api.kexp.org/v2/shows/5837/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Don't Call Me on the Phone",
    "track_id": "92d16734-c93a-4e84-b9d1-1f58d035a52b",
    "recording_id": null,
    "artist": "Beach Day",
    "artist_ids": [
        "17d1b4f0-6982-40bd-9aac-f4d604a61d93"
    ],
    "album": "Native Echoes",
    "release_id": "ed37089e-3307-4846-b0cc-e76ef6d0c02a",
    "release_group_id": null,
    "labels": [
        "Kanine Records"
    ],
    "label_ids": [
        "60f34206-2688-499c-8b55-c7ec1510517f"
    ],
    "release_date": "2014-08-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Floridian band with gogo-infused rock. kaninerecords.com/beach-day/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}