Information about plays

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

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

{
    "id": 478614,
    "uri": "https://api.kexp.org/v2/plays/478614/?format=api",
    "airdate": "2001-10-21T04:15:00-07:00",
    "show": 8164,
    "show_uri": "https://api.kexp.org/v2/shows/8164/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41B2F7KNPQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41B2F7KNPQL._SL75_.jpg",
    "song": "My Philosophy",
    "track_id": null,
    "recording_id": null,
    "artist": "Boogie Down Productions",
    "artist_ids": [
        "ff7466a5-c538-4d2b-8450-54f11b20f2f4"
    ],
    "album": "By All Means Necessary",
    "release_id": "526505dd-d85b-4615-b242-5cf754ec8fe4",
    "release_group_id": null,
    "labels": [
        "Jive Records"
    ],
    "label_ids": [
        "da8d046b-01b2-4483-ba93-06653b4a5e23"
    ],
    "release_date": "1988-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}