Information about plays

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

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

{
    "id": 530740,
    "uri": "https://api.kexp.org/v2/plays/530740/?format=api",
    "airdate": "2002-03-24T20:36:00-08:00",
    "show": 9190,
    "show_uri": "https://api.kexp.org/v2/shows/9190/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Slimeball",
    "track_id": "09d8b537-8661-4303-9213-4b0907184b30",
    "recording_id": null,
    "artist": "Cause 4 Concern",
    "artist_ids": [
        "f961cc71-0ac3-44e4-9821-0ab0b69988bb"
    ],
    "album": "Slimeball / Sarin",
    "release_id": "7e83da63-2fab-4f53-913b-82c13654e082",
    "release_group_id": null,
    "labels": [
        "True Playaz"
    ],
    "label_ids": [
        "e414b5ec-2cbd-4180-8e30-42a832200da9"
    ],
    "release_date": "2002-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}