Information about plays

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

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

{
    "id": 380762,
    "uri": "https://api.kexp.org/v2/plays/380762/?format=api",
    "airdate": "2019-09-14T11:17:00-07:00",
    "show": 6337,
    "show_uri": "https://api.kexp.org/v2/shows/6337/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rough and Rugged",
    "track_id": "67377fcf-b762-3a72-a4d3-fb644b208168",
    "recording_id": null,
    "artist": "Shinehead",
    "artist_ids": [
        "f9f9432b-a93a-4650-8e2d-46e43ba92287"
    ],
    "album": "Rough & Rugged",
    "release_id": "9767a97b-088b-4b7e-b6df-90ae4d770f36",
    "release_group_id": null,
    "labels": [
        "African Love Records"
    ],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}