Information about plays

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

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

{
    "id": 1387342,
    "uri": "https://api.kexp.org/v2/plays/1387342/?format=api",
    "airdate": "2008-06-19T02:26:00-07:00",
    "show": 24218,
    "show_uri": "https://api.kexp.org/v2/shows/24218/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51eTNouEsyL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51eTNouEsyL._SL75_.jpg",
    "song": "Discipline",
    "track_id": "a58a2b13-70b5-44c2-9fd5-67f93db17de7",
    "recording_id": null,
    "artist": "Nine Inch Nails",
    "artist_ids": [
        "b7ffd2af-418f-4be2-bdd1-22f8b48613da"
    ],
    "album": "The Slip",
    "release_id": "12b57d46-a192-499e-a91f-7da66790a1c1",
    "release_group_id": null,
    "labels": [
        "Blank or No Label"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "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"
}