Information about plays

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

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

{
    "id": 424672,
    "uri": "https://api.kexp.org/v2/plays/424672/?format=api",
    "airdate": "2001-05-15T11:42:21-07:00",
    "show": 7123,
    "show_uri": "https://api.kexp.org/v2/shows/7123/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/212D9GR8PQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/212D9GR8PQL._SL75_.jpg",
    "song": "Goin' To My Head",
    "track_id": "c9d867a7-c2d8-4281-a5ae-84a081bfddcd",
    "recording_id": null,
    "artist": "Velvet Crush",
    "artist_ids": [
        "dadd10f1-9db4-4a35-b939-9469029deab5"
    ],
    "album": "Free Expression",
    "release_id": "1d0165fd-7d16-43f9-930f-de5566099bcb",
    "release_group_id": null,
    "labels": [
        "Bobsled Records"
    ],
    "label_ids": [
        "c67fbcac-f607-4501-b53d-2e15d84c73c4"
    ],
    "release_date": "1999-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}