Information about plays

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

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

{
    "id": 1278168,
    "uri": "https://api.kexp.org/v2/plays/1278168/?format=api",
    "airdate": "2007-09-12T03:06:00-07:00",
    "show": 22370,
    "show_uri": "https://api.kexp.org/v2/shows/22370/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51xtlaxpeDL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51xtlaxpeDL._SL75_.jpg",
    "song": "Little Dead Bodies",
    "track_id": "94d05f5e-fa4b-46ed-a1c9-8eac577be452",
    "recording_id": null,
    "artist": "Algebra Suicide",
    "artist_ids": [
        "1deeb899-02bf-4edd-b080-de6207cf4a3f"
    ],
    "album": "The Secret Like Crazy",
    "release_id": "532c5b25-e7a2-4778-ba21-18a2fafa08bf",
    "release_group_id": null,
    "labels": [
        "RRRecords"
    ],
    "label_ids": [
        "450dd8d2-caf4-440d-8cc3-2d06c0a7c58d"
    ],
    "release_date": "1987-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}