Information about plays

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

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

{
    "id": 429376,
    "uri": "https://api.kexp.org/v2/plays/429376/?format=api",
    "airdate": "2001-05-29T21:42:51-07:00",
    "show": 7216,
    "show_uri": "https://api.kexp.org/v2/shows/7216/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51e3oWsHsiL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51e3oWsHsiL._SL75_.jpg",
    "song": "For the Love of Money",
    "track_id": "c39b2ba6-0c33-46a3-9088-090c6f13e073",
    "recording_id": null,
    "artist": "The O'Jays",
    "artist_ids": [
        "8153c6ef-026c-481f-b081-974f2c948d9f"
    ],
    "album": "Ship Ahoy",
    "release_id": "f41d1cca-f1e3-4fd3-85ae-3cacc2cc0ef4",
    "release_group_id": null,
    "labels": [
        "Philadelphia International Records"
    ],
    "label_ids": [
        "d509d87c-3ad7-4b83-9827-9b76c3a49126"
    ],
    "release_date": "1973-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}