Information about plays

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

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

{
    "id": 382001,
    "uri": "https://api.kexp.org/v2/plays/382001/?format=api",
    "airdate": "2019-09-17T13:42:16-07:00",
    "show": 6359,
    "show_uri": "https://api.kexp.org/v2/shows/6359/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Got Your Moves",
    "track_id": "b312a182-0576-4002-b465-c92bdf1ea1d1",
    "recording_id": null,
    "artist": "Dirty Rugs",
    "artist_ids": [
        "20d50271-1f93-4a54-899b-c9f1a6b2bc46"
    ],
    "album": "I Got Your Moves",
    "release_id": "1e846f3b-23a6-434c-a26d-8ca39a85ac5d",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-09-06",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle band Dirty Rugs will play the Belltown Yacht Club on Thursday, October 10th, 2019.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}