Information about plays

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

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

{
    "id": 2678119,
    "uri": "https://api.kexp.org/v2/plays/2678119/?format=api",
    "airdate": "2019-12-25T21:26:00-08:00",
    "show": 46220,
    "show_uri": "https://api.kexp.org/v2/shows/46220/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "If We Make It Through December",
    "track_id": "2f1a0041-8585-31e2-86d9-6f01f2ae60a6",
    "recording_id": null,
    "artist": "Merle Haggard",
    "artist_ids": [
        "deb2448c-6fdf-4d31-921e-757630515dbd"
    ],
    "album": "If We Make It Through December",
    "release_id": "2f5d8ea9-4f5c-4e04-930d-60ea46b42ab5",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1974-02-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}