Information about plays

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

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

{
    "id": 376780,
    "uri": "https://api.kexp.org/v2/plays/376780/?format=api",
    "airdate": "2019-09-05T00:28:05-07:00",
    "show": 6270,
    "show_uri": "https://api.kexp.org/v2/shows/6270/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Now That You Need Me",
    "track_id": "fca1e817-2116-4162-941f-957851d36fbd",
    "recording_id": null,
    "artist": "Taylor McFerrin",
    "artist_ids": [
        "7abc2c7b-f47f-4d94-b75f-8cb4ca926899"
    ],
    "album": "Love's Last Chance",
    "release_id": "f44b2adf-831f-42d7-80c8-abe37649b48c",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-08-16",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}