Information about plays

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

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

{
    "id": 2682341,
    "uri": "https://api.kexp.org/v2/plays/2682341/?format=api",
    "airdate": "2020-01-05T05:28:00-08:00",
    "show": 46297,
    "show_uri": "https://api.kexp.org/v2/shows/46297/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Free The Universe (feat. Amber Coffman)",
    "track_id": null,
    "recording_id": null,
    "artist": "Major Lazer",
    "artist_ids": [
        "75be165a-ad83-4d12-bd28-f589a15c479f"
    ],
    "album": "Free The Universe",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bringing the classic Kingston sound to the present is the group Major Lazer with their track. 'Free The Universe' featuring Amber Coffman. Released in 2013.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}