Information about plays

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

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

{
    "id": 379347,
    "uri": "https://api.kexp.org/v2/plays/379347/?format=api",
    "airdate": "2019-09-11T00:36:11-07:00",
    "show": 6314,
    "show_uri": "https://api.kexp.org/v2/shows/6314/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Come Together (7″ version)",
    "track_id": "da5c55e9-3858-3237-9ea3-ad5e1da3a3d2",
    "recording_id": null,
    "artist": "Primal Scream",
    "artist_ids": [
        "55704c38-224f-4b75-b29f-d43653f8bc9a"
    ],
    "album": "Come Together",
    "release_id": "7511839c-4944-4046-903e-49beecec711a",
    "release_group_id": null,
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}