Information about plays

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

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

{
    "id": 2681695,
    "uri": "https://api.kexp.org/v2/plays/2681695/?format=api",
    "airdate": "2020-01-03T17:42:38-08:00",
    "show": 46284,
    "show_uri": "https://api.kexp.org/v2/shows/46284/?format=api",
    "image_uri": "https://coverartarchive.org/release/403633fe-95f2-4ae7-99fa-f9e91d18058f/22093552162-250.jpg",
    "thumbnail_uri": "",
    "song": "Look Like That",
    "track_id": "b610bce2-8f4d-4205-ad95-98e85e328546",
    "recording_id": null,
    "artist": "Sneaks",
    "artist_ids": [
        "e26f1e27-617e-4bc9-bdc8-a4b5cbe7d90c"
    ],
    "album": "It’s a Myth",
    "release_id": "403633fe-95f2-4ae7-99fa-f9e91d18058f",
    "release_group_id": null,
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2017-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}