Information about plays

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

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

{
    "id": 1257713,
    "uri": "https://api.kexp.org/v2/plays/1257713/?format=api",
    "airdate": "2007-07-22T11:41:00-07:00",
    "show": 22025,
    "show_uri": "https://api.kexp.org/v2/shows/22025/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61VFWyPGQmL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61VFWyPGQmL._SL75_.jpg",
    "song": "Game of Love",
    "track_id": "2b6b0f10-d015-4e86-be63-4832206e1ace",
    "recording_id": null,
    "artist": "Ike & Tina Turner",
    "artist_ids": [
        "1c7b3786-b99a-40ab-81e4-f3056da19e13"
    ],
    "album": "Workin' Together",
    "release_id": "f6f667eb-5729-495b-8cfc-bfe7b2f410de",
    "release_group_id": null,
    "labels": [
        "Pickwick Records"
    ],
    "label_ids": [
        "04441a67-2af0-4297-8851-c04be484a373"
    ],
    "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"
}