Information about plays

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

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

{
    "id": 350119,
    "uri": "https://api.kexp.org/v2/plays/350119/?format=api",
    "airdate": "2019-07-04T17:47:43-07:00",
    "show": 5830,
    "show_uri": "https://api.kexp.org/v2/shows/5830/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Independence Day",
    "track_id": "2a824070-d07a-4641-9815-1204168f8f9e",
    "recording_id": null,
    "artist": "The Love Language",
    "artist_ids": [
        "4ad96392-aa29-42b9-b319-9c9ea454a5b3"
    ],
    "album": "Baby Grand",
    "release_id": "e86c70a7-a6ad-4472-ad05-05f0224f86e3",
    "release_group_id": null,
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2018-08-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}