Information about plays

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

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

{
    "id": 2682009,
    "uri": "https://api.kexp.org/v2/plays/2682009/?format=api",
    "airdate": "2020-01-04T11:22:00-08:00",
    "show": 46289,
    "show_uri": "https://api.kexp.org/v2/shows/46289/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Poison Flour",
    "track_id": "17bc290d-f862-3bcf-ba30-c94e5eab5831",
    "recording_id": null,
    "artist": "Dr. Alimantado",
    "artist_ids": [
        "0fc5dfc7-a5f6-4f01-9091-4c90f1df37e2"
    ],
    "album": "Best Dressed Chicken in Town",
    "release_id": "a8d4601b-09a7-420e-b339-13f9ca770960",
    "release_group_id": null,
    "labels": [
        "Greensleeves Records"
    ],
    "label_ids": [
        "52990ee0-c1ab-4d8b-b0cb-d930c17c7fe2"
    ],
    "release_date": "2001-04-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}