Information about plays

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

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

{
    "id": 1338423,
    "uri": "https://api.kexp.org/v2/plays/1338423/?format=api",
    "airdate": "2008-02-13T23:14:44-08:00",
    "show": 23387,
    "show_uri": "https://api.kexp.org/v2/shows/23387/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pass the Red Stripe",
    "track_id": "f4c21535-a9d4-4916-86ed-630cdd5adcbf",
    "recording_id": null,
    "artist": "Skream",
    "artist_ids": [
        "fb5ee67e-e31a-40cf-8b06-5f1a0f53529a"
    ],
    "album": "Soul Jazz Records Singles 2006-2007 (disc 1)",
    "release_id": "7a90825a-1c94-4aef-9a17-a02ef8cf83f6",
    "release_group_id": null,
    "labels": [
        "Soul Jazz Records"
    ],
    "label_ids": [
        "88ff5195-2c1a-4ea6-94b4-f96384f9bf52"
    ],
    "release_date": "2007-09-24",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}