Information about plays

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

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

{
    "id": 2681324,
    "uri": "https://api.kexp.org/v2/plays/2681324/?format=api",
    "airdate": "2020-01-02T19:03:12-08:00",
    "show": 46279,
    "show_uri": "https://api.kexp.org/v2/shows/46279/?format=api",
    "image_uri": "https://coverartarchive.org/release/7f9bd3cd-0b7a-449c-b1ea-0fb269b75de4/24900998805-250.jpg",
    "thumbnail_uri": "",
    "song": "No More to Be Lonesome",
    "track_id": "84a3b60c-3582-3143-972d-84fa25caa6da",
    "recording_id": null,
    "artist": "The Gillis Brothers",
    "artist_ids": [
        "96a8fc4c-b185-42f0-b2f1-8a0eab70b71a"
    ],
    "album": "Heart & Soul",
    "release_id": "7f9bd3cd-0b7a-449c-b1ea-0fb269b75de4",
    "release_group_id": null,
    "labels": [
        "Rebel Records"
    ],
    "label_ids": [
        "46d4f068-3eb5-42a4-8ecb-5d5a20a58391"
    ],
    "release_date": "1995-06-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}