Information about plays

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

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

{
    "id": 424104,
    "uri": "https://api.kexp.org/v2/plays/424104/?format=api",
    "airdate": "2001-05-13T19:25:42-07:00",
    "show": 7112,
    "show_uri": "https://api.kexp.org/v2/shows/7112/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pounds Up",
    "track_id": "1ccff1bd-c422-4815-b22c-60c321b266dc",
    "recording_id": null,
    "artist": "M.O.P.",
    "artist_ids": [
        "dbe35fab-1b3a-469b-87f0-6a54ef8de3c4"
    ],
    "album": "Special Blends, Volumes 1 & 2 (disc 1: Volume 1)",
    "release_id": "4a914841-9c30-40a2-aaeb-d6f45499a092",
    "release_group_id": null,
    "labels": [
        "Rawkus"
    ],
    "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"
}