Information about plays

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

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

{
    "id": 441610,
    "uri": "https://api.kexp.org/v2/plays/441610/?format=api",
    "airdate": "2001-07-04T18:45:42-07:00",
    "show": 7450,
    "show_uri": "https://api.kexp.org/v2/shows/7450/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wish Someone Would Care",
    "track_id": "1ae32792-3379-4007-9471-48a4fa0b729f",
    "recording_id": null,
    "artist": "Irma Thomas",
    "artist_ids": [
        "710c7ffa-977e-4431-9f00-c8d4eddf6808"
    ],
    "album": "38 soulklassiker 1960-69 (disc 2)",
    "release_id": "7aad97ae-eaa2-424d-87bc-5421ff2e3fed",
    "release_group_id": null,
    "labels": [],
    "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"
}