Information about plays

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

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

{
    "id": 1286510,
    "uri": "https://api.kexp.org/v2/plays/1286510/?format=api",
    "airdate": "2007-10-03T12:05:00-07:00",
    "show": 22510,
    "show_uri": "https://api.kexp.org/v2/shows/22510/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61G9SVZnFXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61G9SVZnFXL._SL75_.jpg",
    "song": "Gone for Good (alternate version)",
    "track_id": "10dbd456-d4e3-4dbd-b946-9eee935729e2",
    "recording_id": null,
    "artist": "The Shins",
    "artist_ids": [
        "6c8b9855-ba8b-48f9-ac1d-42167f7f7b18"
    ],
    "album": "So Says I",
    "release_id": "3aa7d1db-a5f2-4ef6-9dc2-bac27dfb17fc",
    "release_group_id": null,
    "labels": [
        "Sup Pop"
    ],
    "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"
}