Information about plays

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

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

{
    "id": 503425,
    "uri": "https://api.kexp.org/v2/plays/503425/?format=api",
    "airdate": "2002-01-03T19:58:00-08:00",
    "show": 8651,
    "show_uri": "https://api.kexp.org/v2/shows/8651/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Knocky, Knocky",
    "track_id": "e59ec85a-10ce-46a5-a23a-516b095fd23f",
    "recording_id": null,
    "artist": "The Light Crust Doughboys",
    "artist_ids": [
        "dea75275-b0d1-4794-80c5-82c5f0dbf9c7"
    ],
    "album": "Okeh Western Swing",
    "release_id": "157e010a-ec8d-4111-8495-8649824ae8e9",
    "release_group_id": null,
    "labels": [
        "Epic LP"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}