Information about plays

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

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

{
    "id": 1265908,
    "uri": "https://api.kexp.org/v2/plays/1265908/?format=api",
    "airdate": "2007-08-12T00:28:13-07:00",
    "show": 22164,
    "show_uri": "https://api.kexp.org/v2/shows/22164/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51d7qcbP8cL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51d7qcbP8cL._SL75_.jpg",
    "song": "Looks Familiar",
    "track_id": "bc3e948e-54d9-421b-872e-2e31b47828a5",
    "recording_id": null,
    "artist": "Patience Please",
    "artist_ids": [
        "9fedfa48-0c08-49b6-a9b4-915dd65980d4"
    ],
    "album": "Fleeting Frequencies",
    "release_id": "20129b4b-6e30-46f4-a238-9da20d0ad9ab",
    "release_group_id": null,
    "labels": [
        "Happy Happy Birthday to Me Records"
    ],
    "label_ids": [
        "899afdc4-6e84-4374-99f7-1a9f841f77b2"
    ],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}