Information about plays

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

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

{
    "id": 532612,
    "uri": "https://api.kexp.org/v2/plays/532612/?format=api",
    "airdate": "2002-03-29T18:00:00-08:00",
    "show": 9220,
    "show_uri": "https://api.kexp.org/v2/shows/9220/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61fxs7axKKL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61fxs7axKKL._SL75_.jpg",
    "song": "Are You With Me",
    "track_id": "7a37ff1e-37bf-478d-bd2b-f0956142dca2",
    "recording_id": null,
    "artist": "Mel Robbins",
    "artist_ids": [
        "5ab3cead-5c18-4fb6-9bf4-0b7c5486074c"
    ],
    "album": "That'll Flat Git It, Volume 10: Chess Records",
    "release_id": "c2cfb299-b746-46d3-b8bc-c81278b93b8f",
    "release_group_id": null,
    "labels": [],
    "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"
}