Information about plays

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

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

{
    "id": 346718,
    "uri": "https://api.kexp.org/v2/plays/346718/?format=api",
    "airdate": "2019-06-26T22:51:00-07:00",
    "show": 5777,
    "show_uri": "https://api.kexp.org/v2/shows/5777/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mr. Blue Sky",
    "track_id": "3d0cf4c2-64ff-4c57-ab3f-71ad0cf5ec9d",
    "recording_id": null,
    "artist": "Electric Light Orchestra",
    "artist_ids": [
        "0c502791-4ee9-4c5f-9696-0602b721ff3b"
    ],
    "album": "ELO's Greatest Hits",
    "release_id": "b581fc2c-8728-4a45-b636-b569e78962be",
    "release_group_id": null,
    "labels": [
        "Jet Records"
    ],
    "label_ids": [
        "ffb28ce2-93d9-41db-8540-09c7625415ed"
    ],
    "release_date": "1986-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}