Information about plays

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

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

{
    "id": 346883,
    "uri": "https://api.kexp.org/v2/plays/346883/?format=api",
    "airdate": "2019-06-27T08:14:15-07:00",
    "show": 5779,
    "show_uri": "https://api.kexp.org/v2/shows/5779/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Between Something and Nothing",
    "track_id": "6037e4f8-cdf4-398f-9f74-34b23cf7bd16",
    "recording_id": null,
    "artist": "The Ocean Blue",
    "artist_ids": [
        "ec091c5c-cb67-47e7-a2c9-e61ec1afc17a"
    ],
    "album": "The Ocean Blue",
    "release_id": "5c4da6d0-7336-4e29-a603-59b438c3b2db",
    "release_group_id": null,
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1989-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This long-running Pennsylvania band will be playing the Crocodile tonight! Check for tickets here: https://bit.ly/2KGnR7G",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}