Information about plays

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

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

{
    "id": 2682555,
    "uri": "https://api.kexp.org/v2/plays/2682555/?format=api",
    "airdate": "2020-01-05T17:57:00-08:00",
    "show": 46301,
    "show_uri": "https://api.kexp.org/v2/shows/46301/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "II/IV",
    "track_id": "9bfd1c71-1e66-4f5e-bb08-97aa6c33ddd8",
    "recording_id": null,
    "artist": "Star Slinger",
    "artist_ids": [
        "4bf72a7b-0675-4d48-a4a0-03de57d1d6be"
    ],
    "album": "IV",
    "release_id": "5c419ead-4459-47ce-a44e-5b7ae4112730",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2014-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}